Now you just 'from sqlite_utils import Database'

Plus fixed ad_id in the Russian ads example in the docs
This commit is contained in:
Simon Willison 2018-07-30 20:30:23 -07:00
commit 5deb65f062
4 changed files with 13 additions and 9 deletions

View file

@ -0,0 +1,3 @@
from .db import Database
__all__ = ["Database"]