BodyBalanceEvaluation/backend/venv/Lib/site-packages/sklearn/frozen/__init__.py
2025-07-31 17:23:05 +08:00

7 lines
148 B
Python

# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause
from ._frozen import FrozenEstimator
__all__ = ["FrozenEstimator"]