Coverage for src/min_circle/utils/__init__.py: 100%

0 statements  

« prev     ^ index     » next       coverage.py v7.10.7, created at 2025-10-14 11:39 +0000

1"""Utility modules for the min_circle package. 

2 

3This package contains utility classes and functions used by the 

4minimum enclosing circle algorithms, including circle representation, 

5point cloud handling, and visualization tools. 

6"""