зеркало из
https://github.com/ssciwr/AMMICO.git
synced 2025-10-29 21:16:06 +02:00
10 строки
242 B
Python
10 строки
242 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
|
|
from misinformation.utils import find_files
|