import typing class SqliteExtDatabase: def __init__(self, path: typing.Optional[str]): pass