from enum import Enum
class events(Enum):
ONCE = 0, #once, on program start
PER_TICK = 1 #once per tick