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

0 statements  

« prev     ^ index     » next       coverage.py v7.10.4, created at 2025-08-19 00:41 +0000

1"""Minimum enclosing circle package. 

2 

3This package provides implementations of various algorithms for finding 

4the minimum enclosing circle of a set of points in 2D space. 

5"""