hackathon-ENGIN/engin/__init__.py
Jakub Famulski 2 8981ae0a00
All checks were successful
ENGIN CI / Build, test and smoke (push) Successful in 31s
ci: enforce Ruff lint checks
2026-08-25 12:37:41 +02:00

6 lines
174 B
Python

"""Core application package for the ENGIN diagnostic console."""
from .service import DiagnosisResult, DiagnosticService
__all__ = ["DiagnosticService", "DiagnosisResult"]