6 lines
85 B
Python
6 lines
85 B
Python
from __future__ import annotations
|
|
|
|
from . import hashImage
|
|
|
|
print(hashImage.main())
|