fishyboteso/fishy/systems/globals.py

8 lines
149 B
Python
Raw Normal View History

class G:
"""
Initialize global variables used by different services
"""
fishCaught = 0
totalFishCaught = 0
stickInitTime = 0