src.integrations.kanban_factory module#
Factory for creating kanban provider instances.
Simplifies the process of creating the right kanban provider based on configuration.
- class src.integrations.kanban_factory.KanbanFactory[source]#
Bases:
objectFactory for creating kanban provider instances.
- static create(provider, config=None)[source]#
Create a kanban provider instance.
- Parameters:
- Returns:
KanbanInterface implementation
- Return type:
- Raises:
ValueError – If provider is not supported