Repository URL to install this package:
|
Version:
1.9.3+sf.1 ▾
|
"""This module contains the GroupOperationResponse domain model."""
from mythx_models.response.group_status import GroupStatusResponse
class GroupOperationResponse(GroupStatusResponse):
"""The API response domain model for the status of a group after the
operation."""
pass