Files
big-qmt/py-client/strategy/__init__.py
2026-08-28 18:52:27 +08:00

6 lines
96 B
Python

"""交易策略启动入口。"""
from .trend.boot import StartTrend
__all__ = ["StartTrend"]