Source code for mythx_models.response.version

"""This module contains the VersionResponse domain model."""

from pydantic import BaseModel


[docs]class VersionResponse(BaseModel): api: str hash: str harvey: str maru: str mythril: str