WIP
This commit is contained in:
7
src/calendar/widgets/__init__.py
Normal file
7
src/calendar/widgets/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""Calendar TUI widgets."""
|
||||
|
||||
from .WeekGrid import WeekGrid
|
||||
from .AddEventForm import AddEventForm, EventFormData
|
||||
from .MonthCalendar import MonthCalendar
|
||||
|
||||
__all__ = ["WeekGrid", "AddEventForm", "EventFormData", "MonthCalendar"]
|
||||
Reference in New Issue
Block a user