Coverage for biobb_gromacs/gromacs_extra/__init__.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v7.9.1, created at 2025-06-25 09:23 +0000

1from . import append_ligand 

2from . import ndx2resttop 

3 

4name = "gromacs_extra" 

5__all__ = ["append_ligand", "ndx2resttop"]