ai-chat-ui/server/database/__init__.py

3 lines
88 B
Python

from .db import Database, get_db, init_db
__all__ = ["Database", "get_db", "init_db"]