diff options
| -rw-r--r-- | manage.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,5 +4,6 @@ from cli import cli cli = click.CommandCollection(sources=[cli]) +# this file is only required for Netlify build to be able to trigger CLI if __name__ == "__main__": cli() |
