new api service and logic implemented
This commit is contained in:
16
ApiLayers/ApiValidations/Response/__init__.py
Normal file
16
ApiLayers/ApiValidations/Response/__init__.py
Normal file
@@ -0,0 +1,16 @@
|
||||
from .account_responses import AccountRecordResponse
|
||||
from .address_responses import ListAddressResponse
|
||||
from .auth_responses import (
|
||||
AuthenticationLoginResponse,
|
||||
AuthenticationRefreshResponse,
|
||||
AuthenticationUserInfoResponse,
|
||||
)
|
||||
|
||||
|
||||
__all__ = [
|
||||
"AccountRecordResponse",
|
||||
"ListAddressResponse",
|
||||
"AuthenticationLoginResponse",
|
||||
"AuthenticationRefreshResponse",
|
||||
"AuthenticationUserInfoResponse",
|
||||
]
|
||||
Reference in New Issue
Block a user