"""Package entry point for `python -m app`."""
from .gui import main
if __name__ == "__main__":
raise SystemExit(main())