File: __main__.py

package info (click to toggle)
cookiecutter 2.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,780 kB
  • sloc: python: 6,097; makefile: 113; sh: 8
file content (6 lines) | stat: -rw-r--r-- 171 bytes parent folder | download
1
2
3
4
5
6
"""Allow cookiecutter to be executable from a checkout or zip file."""

import runpy

if __name__ == "__main__":
    runpy.run_module("cookiecutter", run_name="__main__")