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