mirror of https://github.com/eyhc1/rendercv.git
add theme field to ClassicThemeOptions
This commit is contained in:
parent
01824392ed
commit
93d9a50c1a
|
@ -1,5 +1,7 @@
|
||||||
|
from typing import Literal
|
||||||
|
|
||||||
import pydantic
|
import pydantic
|
||||||
|
|
||||||
|
|
||||||
class ClassicThemeOptions(pydantic.BaseModel):
|
class ClassicThemeOptions(pydantic.BaseModel):
|
||||||
pass
|
theme: Literal["classic"]
|
||||||
|
|
Loading…
Reference in New Issue