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

0 statements  

« prev     ^ index     » next       coverage.py v7.10.4, created at 2025-08-19 00:41 +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"""