Coverage for src/bob/fusion/base/__init__.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.6.0, created at 2024-07-13 01:00 +0200

1from . import algorithm, config, preprocessor, script, tools # noqa: F401 

2 

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

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