pyrofork/pyrogram/storage/sqlite/__init__.py
wulan17 2a93257fa2
PyroFork: Add async helper, and wrap sqlite3
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-06-23 00:20:01 +07:00

4 lines
102 B
Python

from .cursor import AsyncCursor
from .sqlite import AsyncSqlite
__all__ = [AsyncSqlite, AsyncCursor]