team-10/venv/Lib/site-packages/narwhals/utils.py

7 lines
223 B
Python
Raw Permalink Normal View History

2025-08-02 02:00:33 +02:00
# Re-export some functions from `_utils` to make them public.
from __future__ import annotations
from narwhals._utils import Implementation, Version, parse_version
__all__ = ["Implementation", "Version", "parse_version"]