refactor: verbessere die Aufteilung der Klassen

This commit is contained in:
2026-07-01 12:22:03 +02:00
parent 472b928950
commit 37418f34f6
8 changed files with 189 additions and 185 deletions
+3 -4
View File
@@ -1,7 +1,6 @@
from MechFabrik.bauteile import Activator, Joint, Mech, InnerStructure, Gyroskope, Area, AreaNames, Cockpit, OuterAmor, \
Reaktor, \
Sensors, \
Sustainment, ZoneNames
from Hangar.mech import Mech
from MechFabrik.bauteile import InnerStructure, Gyroskope, Area, AreaNames, OuterAmor, ZoneNames
from MechFabrik.bauteile.items import Activator, Cockpit, Joint, Reaktor, Sensors, Sustainment
from MechFabrik.reader import ComponentReader