第一个Alpha版本

This commit is contained in:
2025-11-14 18:09:20 +08:00
parent cd67c9ad60
commit 6810b55cbb
8 changed files with 31 additions and 18 deletions
-1
View File
@@ -10,7 +10,6 @@ MarketOrderTraded = "market_order_traded"
# Pring Log
EventPrintLog = "print_log"
class EventBus:
def __init__(self):
self.listeners = {} # 管理各种event的订阅情况