Files
social-app/backend/src/models/__init__.py
T

6 lines
94 B
Python
Raw Normal View History

from __future__ import annotations
from models.profile import Profile
__all__ = ["Profile"]