pep.py/objects/glob.py

19 lines
350 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
VERSION = "0.9"
db = None
conf = None
banchoConf = None
tokens = tokenList.tokenList()
channels = channelList.channelList()
matches = matchList.matchList()
memes = True
restarting = False
pool = None
requestTime = False