Coverage for src/bob/bio/spear/__init__.py: 100%

6 statements  

« prev     ^ index     » next       coverage.py v7.6.5, created at 2024-11-14 22:07 +0100

1from . import annotator # noqa: F401 

2from . import audio_processing # noqa: F401 

3from . import database # noqa: F401 

4from . import extractor # noqa: F401 

5from . import transformer # noqa: F401 

6 

7# gets sphinx autodoc done right - don't remove it 

8__all__ = [_ for _ in dir() if not _.startswith("_")]