Refactor: restructure market module with services, stores, and utils
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
策略服务模块
|
||||
"""
|
||||
|
||||
from .strategy_service import StrategyService
|
||||
from .risk_manager import RiskManager
|
||||
|
||||
__all__ = [
|
||||
'StrategyService',
|
||||
'RiskManager',
|
||||
]
|
||||
Reference in New Issue
Block a user