Files
xiaobaifupan/next/backend/data/__init__.py
T

4 lines
72 B
Python

from backend.data.gateway import DataGateway
__all__ = ["DataGateway"]