Spaces:
Build error
Build error
| """Public schemas for the multi-domain analysis platform.""" | |
| from .request import AnalyzeCodeRequest | |
| from .response import AnalyzeCodeResponse, AnalysisIssue, DomainAnalysis, ScoreBreakdown, StaticAnalysisSummary | |
| __all__ = [ | |
| "AnalyzeCodeRequest", | |
| "AnalyzeCodeResponse", | |
| "AnalysisIssue", | |
| "DomainAnalysis", | |
| "ScoreBreakdown", | |
| "StaticAnalysisSummary", | |
| ] | |