зеркало из
https://github.com/ssciwr/AMMICO.git
synced 2025-10-29 13:06:04 +02:00
9 строки
210 B
Python
9 строки
210 B
Python
from importlib import metadata
|
|
|
|
|
|
# Export the version defined in project metadata
|
|
__version__ = metadata.version(__package__)
|
|
del metadata
|
|
|
|
from misinformation.faces import explore_face_recognition, find_files
|