ml_pipeline_cookiecutter/{{cookiecutter.project_name}}/{{cookiecutter.module_name}}/__main__.py

6 lines
88 B
Python
Raw Normal View History

from {{cookiecutter.module_name}}.cli import cli
if __name__ == "__main__":
cli()