Files
Buffteks-Website/streamlit-venv/lib/python3.10/site-packages/narwhals/_exceptions.py
2025-01-10 21:40:35 +00:00

5 lines
79 B
Python
Executable File

from __future__ import annotations
class ColumnNotFoundError(Exception): ...