First attempt
This commit is contained in:
commit
89677fbeee
22 changed files with 3461 additions and 0 deletions
11
voc/__init__.py
Normal file
11
voc/__init__.py
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue