Files
thsf.net/src/thsf/schedule/__init__.py
doug713705 ee43e98385 beta (#4)
Co-authored-by: mco-system <michael.costa@mcos.nc>
Reviewed-on: #4
2023-04-20 15:09:57 +02:00

7 lines
116 B
Python

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