from app.db.repositories.user_repository import UserRepository user_repository = UserRepository() __all__ = ["user_repository"]