osm-labo/venv/lib/python3.12/site-packages/narwhals/utils.py
2025-08-31 12:29:41 +02:00

6 lines
223 B
Python

# 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"]