chore(filesystem): remove duplicate pifs cli wrapper

This commit is contained in:
BukeLy 2026-05-27 14:37:57 +08:00
parent 21c83b6398
commit 8071889508

View file

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