第一个Alpha版本
This commit is contained in:
@@ -10,7 +10,6 @@ MarketOrderTraded = "market_order_traded"
|
||||
# Pring Log
|
||||
EventPrintLog = "print_log"
|
||||
|
||||
|
||||
class EventBus:
|
||||
def __init__(self):
|
||||
self.listeners = {} # 管理各种event的订阅情况
|
||||
|
||||
Reference in New Issue
Block a user