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>
3 lines
118 B
Python
3 lines
118 B
Python
# Compatibility shim — use modules.market.kline_chart
|
|
from modules.market.kline_chart import * # noqa: F401,F403
|