Files
schema2mock/snip/db/__init__.py

4 lines
85 B
Python

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