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

3 statements  

« prev     ^ index     » next       coverage.py v7.15.4, created at 2026-08-20 12:52 +0000

1from .cpunep import CPUNEP 

2from .gpunep import GPUNEP 

3 

4__all__ = ['CPUNEP', 

5 'GPUNEP']