PageIndex/pifs-cli

7 lines
123 B
Text
Raw Normal View History

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