done
This commit is contained in:
6
lib/python3.11/site-packages/narwhals/utils.py
Normal file
6
lib/python3.11/site-packages/narwhals/utils.py
Normal file
@ -0,0 +1,6 @@
|
||||
# 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"]
|
Reference in New Issue
Block a user