Files
Backend/database/repositories/__init__.py
T

4 lines
74 B
Python
Raw Normal View History

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