Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
mythx-models / mythx_models / response / group_creation.py
Size: Mime:
"""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