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

0 statements  

« prev     ^ index     » next       coverage.py v7.12.0, created at 2025-12-02 03:12 +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"""