e5a586f903
Move business code under modules/, env template to config/, PM2 single qihuo process, and _legacy shims for old imports. Co-authored-by: Cursor <cursoragent@cursor.com>
11 lines
203 B
Python
11 lines
203 B
Python
# Copyright (c) 2025-2026 马建军. All rights reserved.
|
|
|
|
"""Strategy routes are registered via modules.trading (install_trading)."""
|
|
|
|
|
|
def register(deps) -> None:
|
|
del deps
|
|
|
|
|
|
__all__ = ["register"]
|