PageIndex/pifs

6 lines
123 B
Python
Executable file

#!/usr/bin/env python3
from pageindex.filesystem.cli import main
if __name__ == "__main__":
raise SystemExit(main())