Added PlatformType and PlatformTypeType (for #4)

This commit is contained in:
2024-08-18 22:51:57 +02:00
parent 42adffec7b
commit fa2a70efbf
4 changed files with 70 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ from .gis import Gis
from .journey import Journey
from .leg import Leg
from .message import Channel, Message, Url
from .platform_type import PlatformType
from .stop import Stop, StopTrip
from .ticket import Ticket
from .trip import Trip