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