5 lines
79 B
Python
Executable File
5 lines
79 B
Python
Executable File
from __future__ import annotations
|
|
|
|
|
|
class ColumnNotFoundError(Exception): ...
|