stock_fundamentals/src/scripts/__init__.py

7 lines
114 B
Python

"""
Scripts package initialization
用于存放各种脚本和工具的包
"""
# 版本号
__version__ = '1.0.0'