Move two functions to agenda/trip.py
This commit is contained in:
parent
f718535624
commit
b4126d04f8
4 changed files with 64 additions and 63 deletions
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
from datetime import date, datetime, timedelta
|
||||
|
||||
from .trip import depart_datetime
|
||||
from .types import SchengenCalculation, SchengenStay, StrDict
|
||||
from .utils import depart_datetime
|
||||
|
||||
# Schengen Area countries as of 2025
|
||||
SCHENGEN_COUNTRIES = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue