Split 'class Event' into its own file

This commit is contained in:
Edward Betts 2024-10-01 11:13:39 +01:00
parent 02fd6dbbe6
commit a324046332
20 changed files with 174 additions and 164 deletions

View file

@ -35,7 +35,8 @@ from . import (
travel,
uk_holiday,
)
from .types import Event, StrDict
from .event import Event
from .types import StrDict
from .utils import time_function
here = dateutil.tz.tzlocal()