mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-06-12 19:55:17 +02:00
6 lines
123 B
Python
Executable file
6 lines
123 B
Python
Executable file
#!/usr/bin/env python3
|
|
from pageindex.filesystem.cli import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
raise SystemExit(main())
|