fishyboteso/fishy/systems/globals.py

10 lines
186 B
Python

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