Files

5 lines
116 B
Python

from app.models.review import Review
from app.models.settings import Settings
__all__ = ["Settings", "Review"]