6 lines
85 B
Python
6 lines
85 B
Python
from __future__ import annotations
|
|
|
|
from .hashImage import main
|
|
|
|
__all__ = ('main',)
|