goimagehash/hashImage/__main__.py

6 lines
85 B
Python
Raw Normal View History

2024-05-01 17:59:11 -07:00
from __future__ import annotations
from . import hashImage
print(hashImage.main())