from runtime_support import ensure_stdio, run_with_fatal_log ensure_stdio("warehouse_barcode") from barcode_client import main raise SystemExit(run_with_fatal_log("Barcode WMS", main))