Administrator
2024-04-30 8ae3d9af6e57c094dbf2b4516b9cf5325dd13a7e
1
2
3
4
5
6
7
8
9
10
11
from db.redis_manager_delegate import RedisUtils
from l2.cancel_buy_strategy import NewGCancelBigNumComputer
 
 
def test_g_cancel():
    NewGCancelBigNumComputer().test()
 
 
if __name__ == '__main__':
    test_g_cancel()
    RedisUtils.run_loop()