mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
10 lines
186 B
Python
10 lines
186 B
Python
|
class G:
|
||
|
"""
|
||
|
Initialize global variables used by different services
|
||
|
"""
|
||
|
fishCaught = 0
|
||
|
totalFishCaught = 0
|
||
|
stickInitTime = 0
|
||
|
debug = False
|
||
|
arguments = {}
|