rendercv/tests/reference_files/dummytheme/__init__.py

10 lines
142 B
Python

from typing import Literal
import pydantic
class DummythemeThemeOptions(pydantic.BaseModel):
""" """
theme: Literal["dummytheme"]