This commit is contained in:
team3
2026-06-21 22:53:54 +02:00
parent b4c686f74f
commit 2e33fa5c47
23 changed files with 442 additions and 560 deletions

View File

@@ -2,7 +2,7 @@ from pydantic import BaseModel, Field
from typing import Literal
FormatType = Literal[
"OnePager",
"Roadmap",
"Guide",
]