Cura/printer-linter/src/printerlinter/__init__.py
Joey de l'Arago e83ed933e2 Update readme with instruction for developing.
Change DiagnosticGenerator -> Linter since this is much easier to understand.
2022-11-23 17:52:33 +01:00

4 lines
105 B
Python

from .diagnostic import Diagnostic
from .factory import getLinter
__all__ = ["Diagnostic", "getLinter"]