Files
2024-01-13 12:59:19 +02:00

7 lines
201 B
Python

from .login import LoginModel
from .signup import SignupModel
"""
The 'view models' package contains the validations for the information the user provides during the authentication
(login/sign up)
"""