Coverage for src/metador_core/ih5/container.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v7.3.2, created at 2023-11-02 09:33 +0000

1"""Re-exports for users of the IH5 variants.""" 

2 

3# this must be separate to avoid ciruclar imports 

4 

5from .manifest import IH5Manifest, IH5MFRecord # noqa: F401 

6from .overlay import IH5AttributeManager, IH5Dataset, IH5Group # noqa: F401 

7from .record import IH5Record, IH5UserBlock # noqa: F401 

8 

9__all__ = ["IH5Dataset", "IH5Group", "IH5AttributeManager", "IH5Record"]