from polars.io.delta.functions import read_delta, scan_delta

__all__ = [
    "read_delta",
    "scan_delta",
]
