- add : 添加全局变量文件
This commit is contained in:
parent
144878a880
commit
2d45b7a586
11
vn.trader/vtGlobal.py
Normal file
11
vn.trader/vtGlobal.py
Normal file
@ -0,0 +1,11 @@
|
||||
# encoding: UTF-8
|
||||
|
||||
"""
|
||||
全局对象,请不要抢在 vtServer 或者 vtClient 模块之前 import
|
||||
"""
|
||||
|
||||
from argparse import ArgumentParser
|
||||
|
||||
# 命令行启动的参数
|
||||
cmdArgs = None # argparse.ArgumentParser().parse_args()
|
||||
VT_setting = None
|
Loading…
Reference in New Issue
Block a user