apitest_unittest/ext_script/ext_method_online.py

18 lines
213 B
Python

#!/usr/bin/env python
# encoding: utf-8
"""
@author: kira
@contact: 262667641@qq.com
@file: ext_method_online.py
@time: 2023/3/27 8:40
@desc:
"""
__all__ = ["online_function"]
def online_function():
pass