First attempt

This commit is contained in:
Stefan Bethke 2025-11-18 19:05:41 +01:00
commit 89677fbeee
22 changed files with 3461 additions and 0 deletions

11
voc/__init__.py Normal file
View file

@ -0,0 +1,11 @@
# flake8: noqa
from .schedule import Schedule, ScheduleDay, ScheduleEncoder, ScheduleException
from .event import Event
from .room import Room
from .generic import GenericConference
from .pretalx import PretalxConference
from .webcal import WebcalConference
from .webcal2 import WebcalConference2
from .logger import Logger