mirror of
https://github.com/crewAIInc/crewAI-examples.git
synced 2026-04-23 03:00:08 -04:00
4 lines
67 B
Python
4 lines
67 B
Python
from src.graph import WorkFlow
|
|
|
|
app = WorkFlow().app
|
|
app.invoke({}) |