mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-06-27 20:29:41 +02:00
feat(filesystem): add pifs workspace default
This commit is contained in:
parent
977f596666
commit
4ff184fed2
3 changed files with 124 additions and 7 deletions
6
pifs
Executable file
6
pifs
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
from pageindex.filesystem.cli import main
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
raise SystemExit(main())
|
||||
Loading…
Add table
Add a link
Reference in a new issue