Files
FACULTATE-MESSENGER/messenger_gui/app/models/http_models/__init__.py
T
2024-01-13 12:59:19 +02:00

6 lines
178 B
Python

from .login import LoginRequestModel
from .signup import SignupRequestModel
"""
The 'http_models' package contains the schematics for the body data when making HTTP requests
"""