fishyboteso/fishy/systems/globals.py
2020-04-28 02:49:30 +05:30

10 lines
198 B
Python

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