mirror of
https://github.com/mgeeky/decode-spam-headers.git
synced 2026-02-22 05:23:31 +01:00
MAESTRO: add engine models
This commit is contained in:
25
backend/app/engine/__init__.py
Normal file
25
backend/app/engine/__init__.py
Normal file
@@ -0,0 +1,25 @@
|
||||
from .models import (
|
||||
AnalysisConfig,
|
||||
AnalysisRequest,
|
||||
AnalysisResult,
|
||||
HopChainNode,
|
||||
ReportMetadata,
|
||||
SecurityAppliance,
|
||||
Severity,
|
||||
Test,
|
||||
TestResult,
|
||||
TestStatus,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"AnalysisConfig",
|
||||
"AnalysisRequest",
|
||||
"AnalysisResult",
|
||||
"HopChainNode",
|
||||
"ReportMetadata",
|
||||
"SecurityAppliance",
|
||||
"Severity",
|
||||
"Test",
|
||||
"TestResult",
|
||||
"TestStatus",
|
||||
]
|
||||
Reference in New Issue
Block a user