"""Allow ``python -m javis`` to invoke the CLI.""" from javis.interface.cli import main raise SystemExit(main())