"""Run GYXX Flow with ``python -m gyxx_flow``.""" from gyxx_flow.cli import main if __name__ == "__main__": raise SystemExit(main())