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

@@ -4,6 +4,7 @@ from .board_type import BoardArrivalType, BoardDepartureType
from .filter_mode import FilterMode
from .lang import Language
from .location_type import LocationType
from .platform_type_type import PlatformTypeType
from .product import Product
from .rt_mode import RealTimeMode
from .search_mode import SearchMode