"""Allow `python -m fablepool` as a shorthand for the CLI.""" from fablepool.cli import main if __name__ == "__main__": raise SystemExit(main())