add theme field to ClassicThemeOptions

This commit is contained in:
Sina Atalay 2024-01-28 21:14:11 +01:00
parent 01824392ed
commit 93d9a50c1a
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
from typing import Literal
import pydantic
class ClassicThemeOptions(pydantic.BaseModel):
pass
theme: Literal["classic"]