Initial standalone crypto_okx with one-click deploy.
Add deploy/manage.sh bootstrap for git.bz121.com/dekun/crypto_okx and point docs at this repo. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
"""本地模拟资金撮合(公开行情 + SQLite 钱包)."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
__all__ = ["install_sim_trading"]
|
||||
|
||||
|
||||
def install_sim_trading(*args, **kwargs):
|
||||
from lib.sim.register import install_sim_trading as _install
|
||||
|
||||
return _install(*args, **kwargs)
|
||||
Reference in New Issue
Block a user