nog.infio.mirror/src/Kalender/FR_online

6 lines
126 B
Plaintext
Raw Normal View History

2019-07-30 11:31:32 +02:00
class FR_online:
list = []
def addEvent(self, event)
list.append(event)
def get.list(self):
fr = FR_online