1 2 3 4 5 6
"""`python -m sample_python` entry point — delegates to the CLI main.""" from sample_python.cli import main if __name__ == "__main__": main()