sqlite_ext.py 105 B

12345
  1. import typing
  2. class SqliteExtDatabase:
  3. def __init__(self, path: typing.Optional[str]):
  4. pass