from x_rebirth_station_calculator.station_data.station_base import Ware names = {'L044': 'EM-Spectrometer', 'L049': 'EM-Spektrometer'} EMSpectrometer = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware names = {'L044': 'Sunstalker Missiles', 'L049': 'Solarjäger-Rakete'} SunstalkerMissiles = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware names = {'L044': 'Hydrogen', 'L049': 'Wasserstoff'} Hydrogen = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware names = {'L044': 'Force Field Projector', 'L049': 'Kraftfeldprojektor'} ForceFieldProjector = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware names = {'L044': 'Wheat', 'L049': 'Weizen'} Wheat = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware names = {'L044': 'Astrobee Swarmkillers', 'L049': 'Hydra-Schwarmkiller'} AstrobeeSwarmkillers = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware names = {'L044': 'Crystals', 'L049': 'Kristalle'} Crystals = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware names = {'L044': 'Plasma Cells', 'L049': 'Plasmazellen'} PlasmaCells = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware names = {'L044': 'Overrun URV Mk2', 'L049': 'Überfall-URV Mk2'} OverrunURVMk2 = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware names = {'L044': 'Scoop Collector URV Mk1', 'L049': 'Schöpfer-URV Mk1'} ScoopCollectorURVMk1 = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware names = {'L044': 'Interceptor URV Mk1', 'L049': 'Häscher-URV Mk1'} InterceptorURVMk1 = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware names = {'L044': 'Intrepid URV Mk2', 'L049': 'Husar-URV Mk2'} IntrepidURVMk2 = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware names = {'L044': 'Cargolifter URV', 'L049': 'Lasten-URV'} CargolifterURV = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware names = {'L044': 'Newtonian V Crushers', 'L049': 'Neutronenbrecher V'} NewtonianVCrushers = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware names = {'L044': 'BoFu', 'L049': 'BoFu'} BoFu = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware names = {'L044': 'Water', 'L049': 'Wasser'} Water = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware names = {'L044': 'Ion Cells', 'L049': 'Ionenzellen'} IonCells = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware names = {'L044': 'Novadrones', 'L049': 'Novadrohnen'} Novadrones = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware names = {'L044': 'Silicon', 'L049': 'Silizium'} Silicon = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware names = {'L044': 'Antimatter Cells', 'L049': 'Antimaterie-Zellen'} AntimatterCells = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware names = {'L044': 'Plasma/MA Turret', 'L049': 'Plasma/MB-Turm'} PlasmaMATurret = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware names = {'L044': 'Plasma Pumps', 'L049': 'Plasmapumpen'} PlasmaPumps = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware names = {'L044': 'Intrepid URV Mk1', 'L049': 'Husar-URV Mk1'} IntrepidURVMk1 = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware names = {'L044': 'V Launcher', 'L049': 'V-Starter'} VLauncher = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware names = {'L044': 'Food Rations', 'L049': 'Nahrungsrationen'} FoodRations = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware names = {'L044': 'Bio-Optic Wiring', 'L049': 'Bio-Optische Fasern'} BioOpticWiring = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware names = {'L044': 'Plasma/JET LR Turret', 'L049': 'Plasma/Strahl-GR-Turm'} PlasmaJETLRTurret = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware names = {'L044': 'Quantum Tubes', 'L049': 'Quantumröhren'} QuantumTubes = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware names = {'L044': 'Ice', 'L049': 'Eis'} Ice = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware names = {'L044': 'Surface Miner URV Mk1', 'L049': 'Tagebau-URV Mk1'} SurfaceMinerURVMk1 = Ware(names)