DEBSOURCES
Skip Quicknav
sources / cookiecutter / 2.6.0-2 / __main__.py
123456
"""Allow cookiecutter to be executable from a checkout or zip file.""" import runpy if __name__ == "__main__": runpy.run_module("cookiecutter", run_name="__main__")