Skip to content

Commit d62d251

Browse files
authored
Merge pull request #410 from terminusdb/add_main_module_tdbpy
add __main__.py for easier access to tdbpy
2 parents 68f9862 + 5116ca6 commit d62d251

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

terminusdb_client/scripts/__main__.py

+4
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)