4 lines
154 B
Python
4 lines
154 B
Python
"""Compatibility facade for the extracted Workflow Engine backend."""
|
|
|
|
from govoplan_workflow_engine.backend.instance_service import * # noqa: F401,F403
|