BibGuard / src /ui /__init__.py
thinkwee
init
46df5f0
"""UI module for BibGuard terminal interfaces."""
from .workflow_editor import WorkflowEditor
from .template_selector import TemplateSelector
__all__ = ['WorkflowEditor', 'TemplateSelector']