thsf.net/build/lib/thsf/schedule/__init__.py

7 lines
116 B
Python
Raw Normal View History

2023-04-08 21:17:34 +02:00
class Schedule:
def __init__(self):
self.slots = list()
def set_slots(self, slots):
self.slots = slots