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

6 statements  

« prev     ^ index     » next       coverage.py v7.3.2, created at 2023-12-06 22:04 +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("_")]