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_operation.py
Size: Mime:
"""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