Wasim
Sync: robust vehicle parser + full project
2e237ce
from enum import StrEnum
class OutputFormat(StrEnum):
HTML = "html"
MARKDOWN = "markdown"