rendercv/tests/reference_files/dummytheme/__init__.py

10 lines
142 B
Python
Raw Normal View History

2024-02-11 18:36:56 +00:00
from typing import Literal
import pydantic
class DummythemeThemeOptions(pydantic.BaseModel):
""" """
theme: Literal["dummytheme"]