"""Allow running the node CLI as ``python -m pmp``.""" import sys from pmp.cli import main if __name__ == "__main__": sys.exit(main())