diff --git a/shepherd/__main__.py b/shepherd/__main__.py new file mode 100644 index 0000000..8f2e00d --- /dev/null +++ b/shepherd/__main__.py @@ -0,0 +1,3 @@ +if __name__ == '__main__': + from .core import cli + cli()