"""Module execution entry point for `python -m mxgateway_cli`.""" from .commands import main if __name__ == "__main__": main()