Coverage for calorine/calculators/__init__.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.10.5, created at 2025-09-12 22:43 +0000

1from .cpunep import CPUNEP 

2from .gpunep import GPUNEP 

3 

4__all__ = ['CPUNEP', 

5 'GPUNEP']