Files
big-qmt/py-client/strategy/__init__.py

6 lines
96 B
Python
Raw Normal View History

2026-08-28 18:52:27 +08:00
"""交易策略启动入口。"""
from .trend.boot import StartTrend
__all__ = ["StartTrend"]