Split 'class Event' into its own file
This commit is contained in:
parent
02fd6dbbe6
commit
a324046332
20 changed files with 174 additions and 164 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue