|
#!/usr/bin/env python
|
|
# encoding: utf-8
|
|
"""
|
|
@author: kira
|
|
@contact: 262667641@qq.com
|
|
@file: dynamic_scaling_methods.py
|
|
@time: 2023/3/27 8:40
|
|
@desc:
|
|
"""
|
|
|
|
__all__ = ["online_function", "func1"]
|
|
|
|
|
|
# 用户自定义扩展函数文件。
|
|
|
|
def online_function():
|
|
pass
|
|
|
|
|
|
def func1():
|
|
pass
|
|
|
|
|
|
def func2():
|
|
pass
|