6 lines
96 B
Python
6 lines
96 B
Python
|
|
"""交易策略启动入口。"""
|
||
|
|
|
||
|
|
from .trend.boot import StartTrend
|
||
|
|
|
||
|
|
__all__ = ["StartTrend"]
|