Coverage for src / min_circle / __init__.py: 100%
0 statements
« prev ^ index » next coverage.py v7.13.1, created at 2026-01-24 01:53 +0000
« prev ^ index » next coverage.py v7.13.1, created at 2026-01-24 01:53 +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"""