All checks were successful
ENGIN CI / Build, test and smoke (push) Successful in 31s
6 lines
174 B
Python
6 lines
174 B
Python
"""Core application package for the ENGIN diagnostic console."""
|
|
|
|
from .service import DiagnosisResult, DiagnosticService
|
|
|
|
__all__ = ["DiagnosticService", "DiagnosisResult"]
|