Files
mxaccessgw/clients/python/src/mxgateway_cli/__main__.py
T
2026-04-26 20:22:35 -04:00

7 lines
133 B
Python

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