fishyboteso/fishy/systems/globals.py

12 lines
220 B
Python

class G:
"""
Initialize global variables used by different services
"""
fishCaught = 0
totalFishCaught = 0
stickInitTime = 0
stop = False
pause = True
debug = False
arguments = {}