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