pep.py/objects/glob.py

25 lines
427 B
Python
Raw Normal View History

2016-04-19 17:40:59 +00:00
"""Global objects and variables"""
2016-05-18 17:12:46 +00:00
from objects import tokenList
from objects import channelList
from objects import matchList
2016-04-19 17:40:59 +00:00
2016-06-02 17:07:33 +00:00
VERSION = "1.2"
2016-04-19 17:40:59 +00:00
db = None
conf = None
banchoConf = None
tokens = tokenList.tokenList()
channels = channelList.channelList()
matches = matchList.matchList()
restarting = False
pool = None
debug = False
outputRequestTime = False
outputPackets = False
2016-06-02 17:22:02 +00:00
discord = False
gzip = False
localize = False