__init__.pyi 100 B

123
  1. from typing import Any
  2. def format(sql: str, encoding: str | None = ..., **kwargs: Any) -> str: ...