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

3 statements  

« prev     ^ index     » next       coverage.py v7.8.2, created at 2025-06-24 16:11 +0000

1from .cpunep import CPUNEP 

2from .gpunep import GPUNEP 

3 

4__all__ = ['CPUNEP', 

5 'GPUNEP']