- add : 添加全局变量文件

This commit is contained in:
lamter 2017-04-26 22:22:06 +08:00
parent 144878a880
commit 2d45b7a586

11
vn.trader/vtGlobal.py Normal file
View File

@ -0,0 +1,11 @@
# encoding: UTF-8
"""
全局对象请不要抢在 vtServer 或者 vtClient 模块之前 import
"""
from argparse import ArgumentParser
# 命令行启动的参数
cmdArgs = None # argparse.ArgumentParser().parse_args()
VT_setting = None