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