6 lines
178 B
Python
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
|
|
""" |