Repository URL to install this package:
|
Version:
1.9.3+sf.1 ▾
|
"""This module contains the AnalysisStatusResponse domain model."""
from mythx_models.response.analysis_submission import AnalysisSubmissionResponse
class AnalysisStatusResponse(AnalysisSubmissionResponse):
"""The API response domain model for the status of a single analysis."""
pass