5 lines
69 B
Python
5 lines
69 B
Python
from imagefind.main import run
|
|
|
|
if __name__ == "__main__":
|
|
run()
|