Files
qihuo/install_trading.py
T
dekun e5a586f903 Restructure into modules/ with single-process CTP and config/ layout.
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>
2026-07-01 14:42:16 +08:00

7 lines
220 B
Python

# Copyright (c) 2025-2026 马建军. All rights reserved.
"""Backward-compatible shim — implementation in modules.trading.install."""
from modules.trading.install import install_trading
__all__ = ["install_trading"]