Skip to content

Commit

Permalink
Codechange: stub in 'pass' Ibex wagon modules as the cleanest way to …
Browse files Browse the repository at this point in the history
…suppress the missing module notifications
  • Loading branch information
andythenorth committed Feb 17, 2024
1 parent 6c96bd8 commit 35d3a11
Show file tree
Hide file tree
Showing 93 changed files with 372 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vehicles/ibex/acid_tank_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/aggregate_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/aggregate_hopper_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/alignment_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/automobile_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/bolster_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/box_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/bulkhead_flat_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/caboose_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/carbon_black_hopper_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/cement_silo_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/cement_silo_cars_v_barrel_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/chemical_covered_hopper_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/coil_buggy_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/coil_cars_covered_asymmetric_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/coil_cars_covered_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/coil_cars_uncovered_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/covered_hopper_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/cryo_tank_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/curtain_side_box_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/double_deck_automobile_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/dry_powder_hopper_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/dump_cars_high_side_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/dump_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/edibles_tank_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/express_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/express_intermodal_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/express_railcar_mail_trailer_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/farm_products_box_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/farm_products_type_one_hopper_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/farm_products_type_two_hopper_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/flat_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/goods_box_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/heavy_duty_dump_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/heavy_duty_flat_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/high_speed_mail_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/high_speed_passenger_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/hood_open_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/hopper_cars_high_side_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/hopper_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/hst_mail_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/hst_passenger_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/ingot_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/intermodal_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/livestock_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/log_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/low_floor_automobile_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/low_floor_intermodal_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/mail_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/merchandise_box_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/merchandise_open_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/mgr_hopper_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/mineral_covered_hopper_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/mineral_hopper_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/open_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/ore_dump_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/passenger_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/peat_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/plate_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/pressure_tank_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/product_tank_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/railbus_passenger_trailer_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/railcar_passenger_trailer_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/randomised_box_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/randomised_bulk_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/randomised_cement_silo_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/randomised_chemicals_tank_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/randomised_covered_hopper_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/randomised_dedicated_coil_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/randomised_dump_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/randomised_flat_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/randomised_generic_coil_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/randomised_hopper_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/randomised_open_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/randomised_piece_goods_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/randomised_silo_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/reefer_alt_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
4 changes: 4 additions & 0 deletions src/vehicles/ibex/restaurant_cars_ibex.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# placeholder to avoid module import failures (this is by design the cleanest solution as of Feb 2024)

def main():
pass
Loading

0 comments on commit 35d3a11

Please sign in to comment.