pep.py/objects/glob.py
2016-07-31 11:11:09 +02:00

20 lines
367 B
Python

"""Global objects and variables"""
from objects import tokenList
from objects import channelList
from objects import matchList
import threading
VERSION = "1.2"
db = None
conf = None
banchoConf = None
tokens = tokenList.tokenList()
channels = channelList.channelList()
matches = matchList.matchList()
memes = True
restarting = False
pool = None
requestTime = False