DEBSOURCES
Skip Quicknav
sources / blueprint-compiler / 0.18.0-2 / blueprintcompiler / outputs / __init__.py
123456789
from ..language import UI class OutputFormat: def emit(self, ui: UI) -> str: raise NotImplementedError() from .xml import XmlOutput