Skip to content

Commit 5116ca6

Browse files
committed
add __main__.py for easier access to tdbpy
Just run `python3 -m terminusdb_client.scripts` to run the tdbpy module instead of having to run setup.py
1 parent 0bac93c commit 5116ca6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

terminusdb_client/scripts/__main__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from terminusdb_client.scripts.scripts import tdbpy
2+
3+
if __name__ == '__main__':
4+
tdbpy()

0 commit comments

Comments
 (0)