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