mirror of
https://github.com/Doctorado-ML/FImdlp.git
synced 2025-08-17 00:15:52 +00:00
9 lines
108 B
Python
9 lines
108 B
Python
from ._version import __version__
|
|
|
|
|
|
def version():
|
|
return __version__
|
|
|
|
|
|
all = ["FImdlp", "__version__"]
|