Files
first_contas/legacy_reference/workflows/__init__.py
2026-06-16 20:54:49 -03:00

4 lines
95 B
Python

from agente_contas_tim.workflows.service import WorkflowService
__all__ = ["WorkflowService"]