Add Python CLI and update docs

This commit is contained in:
thePR0M3TH3AN
2025-06-18 22:27:28 -04:00
parent 9cbc9a2041
commit d7af591319
8 changed files with 219 additions and 64 deletions

4
voxvera/__main__.py Normal file
View File

@@ -0,0 +1,4 @@
from .cli import main
if __name__ == '__main__':
main()