Files
schema2mock/snip/db/__init__.py

5 lines
128 B
Python

"""Database module for snippet manager."""
from .database import Database, get_database
__all__ = ["Database", "get_database"]