MicroFish/backend/app/graph/__init__.py

4 lines
72 B
Python

from .factory import get_graph_backend
__all__ = ["get_graph_backend"]