pep.py/glob.py

17 lines
279 B
Python
Raw Normal View History

2016-04-19 17:40:59 +00:00
"""Global objects and variables"""
import tokenList
import channelList
import matchList
VERSION = "0.9"
db = None
conf = None
banchoConf = None
tokens = tokenList.tokenList()
channels = channelList.channelList()
matches = matchList.matchList()
memes = True
restarting = False