BibGuard / src /config /__init__.py
thinkwee
init
46df5f0
"""Configuration module for BibGuard."""
from .workflow import WorkflowConfig, WorkflowStep, DEFAULT_WORKFLOW, get_default_workflow
__all__ = ['WorkflowConfig', 'WorkflowStep', 'DEFAULT_WORKFLOW', 'get_default_workflow']