feat(filesystem): add pifs workspace default

This commit is contained in:
BukeLy 2026-05-27 14:28:03 +08:00
parent 977f596666
commit 4ff184fed2
3 changed files with 124 additions and 7 deletions

6
pifs Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env python3
from pageindex.filesystem.cli import main
if __name__ == "__main__":
raise SystemExit(main())