7 lines
201 B
Python
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)
|
|
""" |