Files
imagefind/scripts/pyinstaller_entry.py

5 lines
69 B
Python

from imagefind.main import run
if __name__ == "__main__":
run()