fishyboteso/fishy/systems/globals.py

10 lines
198 B
Python
Raw Normal View History

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