CiteScan / src /config /__init__.py
aivolcano
Initial commit
350babd
raw
history blame contribute delete
222 Bytes
"""Configuration module for citescan."""
from .workflow import WorkflowConfig, WorkflowStep, DEFAULT_WORKFLOW, get_default_workflow
__all__ = ['WorkflowConfig', 'WorkflowStep', 'DEFAULT_WORKFLOW', 'get_default_workflow']