team-10/venv/Lib/site-packages/narwhals/stable/v1/selectors.py
2025-08-02 02:00:33 +02:00

23 lines
312 B
Python

from __future__ import annotations
from narwhals.selectors import (
all,
boolean,
by_dtype,
categorical,
datetime,
matches,
numeric,
string,
)
__all__ = [
"all",
"boolean",
"by_dtype",
"categorical",
"datetime",
"matches",
"numeric",
"string",
]