diff --git a/manage.py b/manage.py index 311c9ac..7eb9f76 100644 --- a/manage.py +++ b/manage.py @@ -4,5 +4,6 @@ cli = click.CommandCollection(sources=[cli]) +# this file is only required for Netlify build to be able to trigger CLI if __name__ == "__main__": cli()