Files
snippet-manager/snip/db/__init__.py
7000pctAUTO f8dfaf8731
Some checks failed
CI / test (push) Has been cancelled
fix: resolve CI test failures - API compatibility fixes
2026-03-22 12:11:45 +00:00

4 lines
85 B
Python

from .database import Database, get_database
__all__ = ["Database", "get_database"]