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