Coverage for icet/core/local_orbit_list_generator.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.5.0, created at 2024-05-06 04:14 +0000

1""" 

2This module provides a Python interface to the LocalOrbitListGenerator class. 

3""" 

4 

5from _icet import LocalOrbitListGenerator 

6 

7__all__ = ['LocalOrbitListGenerator']