mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2026-05-02 03:24:11 +03:00
type aliases
This commit is contained in:
@@ -1,12 +1,16 @@
|
||||
|
||||
from .ical import (
|
||||
CalendarConverter,
|
||||
EventConverter
|
||||
EventConverter,
|
||||
DateDateTime
|
||||
)
|
||||
|
||||
from .gcal import (
|
||||
GoogleCalendarService,
|
||||
GoogleCalendar
|
||||
GoogleCalendar,
|
||||
EventData,
|
||||
EventList,
|
||||
EventTuple
|
||||
)
|
||||
|
||||
from .sync import (
|
||||
|
||||
Reference in New Issue
Block a user