pep.py/glob.py
2016-04-19 19:40:59 +02:00

17 lines
279 B
Python

"""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