thsf.net/src/thsf/schedule/__init__.py

7 lines
116 B
Python

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