1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2026-05-02 03:24:11 +03:00

type aliases

This commit is contained in:
2021-05-19 12:55:54 +03:00
parent 5e01b6dd01
commit 052ba440d0
4 changed files with 53 additions and 40 deletions

View File

@@ -1,12 +1,16 @@
from .ical import (
CalendarConverter,
EventConverter
EventConverter,
DateDateTime
)
from .gcal import (
GoogleCalendarService,
GoogleCalendar
GoogleCalendar,
EventData,
EventList,
EventTuple
)
from .sync import (