Files
skill-template/content-manager/content_manager/db/__init__.py
2026-04-04 10:35:02 +08:00

4 lines
95 B
Python

from content_manager.db.connection import get_conn, init_db
__all__ = ["get_conn", "init_db"]