add workflow framework

This commit is contained in:
jxxghp
2025-02-12 17:49:01 +08:00
parent 943a462c69
commit 827d8f6d84
7 changed files with 36 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
from fastapi import APIRouter
router = APIRouter()