monoloco/monoloco/__init__.py
Lorenzo Bertoni 934622bc81
Lint (#50)
- Add continuous integration
- Add Versioneer
- Refactor of preprocessing
- Add tables of evaluation
2021-04-22 15:43:51 +02:00

9 lines
159 B
Python

"""
Open implementation of MonoLoco / MonoLoco++ / MonStereo
"""
from ._version import get_versions
__version__ = get_versions()['version']
del get_versions