egyedi jármű szerkesztés előtti mentés

This commit is contained in:
Roo
2026-06-12 07:56:15 +00:00
parent 0a3fd8de74
commit ef8df9608c
29 changed files with 3863 additions and 396 deletions

View File

@@ -4,6 +4,7 @@ from .vehicle_definitions import (
VehicleType,
FeatureDefinition,
ModelFeatureMap,
BodyTypeDictionary,
)
from .vehicle import (
@@ -60,4 +61,5 @@ __all__ = [
"LogSeverity",
# --- EXPORT LISTA KIEGÉSZÍTÉSE ---
"MotorcycleSpecs",
"BodyTypeDictionary",
]