goimagehash/hashImage/__init__.py

6 lines
85 B
Python
Raw Permalink Normal View History

2024-05-01 17:59:11 -07:00
from __future__ import annotations
from .hashImage import main
__all__ = ('main',)