Skip to content

Commit 0e91433

Browse files
committed
Update __main__.py
1 parent e567bb4 commit 0e91433

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.manager/src/pypackit/__main__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,7 @@ def get_recursive(parts, current_object):
8888
endpoint = get_endpoint(args.endpoint)
8989
endpoint(args)
9090
return
91+
92+
93+
if __name__ == "__main__":
94+
cli()

0 commit comments

Comments
 (0)