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