matemat/matemat/db/__init__.py

6 lines
186 B
Python

"""
This package provides a developer-friendly API to the SQLite3 database backend of the Matemat software.
"""
from .wrapper import DatabaseWrapper
from .facade import MatematDatabase