refactor: beachte, dass in Python Namen von Ordnern und Dateien immer klein geschieben werden

Auch vermeide Denglisch
This commit is contained in:
2026-07-10 00:15:28 +02:00
parent d4002624f4
commit 84236eb324
15 changed files with 16 additions and 15 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
import unittest
from Hangar.mech import Mech
from MechFabrik import MechFabrik
from MechFabrik.bauteile import InnerStructure, AreaNames, Area, OuterAmor, Zone, ZoneNames
from MechFabrik.bauteile.items import Cockpit, Gyroskope, Item, ItemTypes, Reaktor
from hangar.mech import Mech
from mech_factory import MechFabrik
from mech_factory.components import InnerStructure, AreaNames, Area, OuterAmor, Zone, ZoneNames
from mech_factory.components.items import Cockpit, Gyroskope, Item, ItemTypes, Reaktor
from test_mech import AbstractTestMechAmor, INNER_ARMOR, OUTER_ARMOR