thsf.net/build/lib/thsf/schedule/__init__.py
2023-04-09 06:17:34 +11:00

7 lines
116 B
Python

class Schedule:
def __init__(self):
self.slots = list()
def set_slots(self, slots):
self.slots = slots