Coverage for src/min_circle/__init__.py: 100%
0 statements
« prev ^ index » next coverage.py v7.10.7, created at 2025-10-14 11:39 +0000
« prev ^ index » next coverage.py v7.10.7, created at 2025-10-14 11:39 +0000
1"""Minimum enclosing circle package.
3This package provides implementations of various algorithms for finding
4the minimum enclosing circle of a set of points in 2D space.
5"""