Coverage for icet/core/many_body_neighbor_list.py: 100%
2 statements
« prev ^ index » next coverage.py v7.10.1, created at 2025-09-14 04:08 +0000
« prev ^ index » next coverage.py v7.10.1, created at 2025-09-14 04:08 +0000
1"""
2This module provides a Python interface to the ManyBodyNeighborList class.
3"""
5from _icet import ManyBodyNeighborList
7__all__ = ['ManyBodyNeighborList']