Files
Backend/database/repositories/__init__.py
T

4 lines
74 B
Python

from .user_repository import UserRepository
__all__ = ['UserRepository']