mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-18 14:34:24 +02:00
3 lines
49 B
Python
3 lines
49 B
Python
from .db import Database
|
|
|
|
__all__ = ["Database"]
|