Coverage for rendercv/themes/classic/__init__.py: 100%

5 statements  

« prev     ^ index     » next       coverage.py v7.6.10, created at 2025-01-26 00:25 +0000

1from typing import Literal 

2 

3from rendercv.themes.options import ThemeOptions, theme_options_theme_field_info 

4 

5theme_options_theme_field_info.default = "classic" 

6 

7 

8class ClassicThemeOptions(ThemeOptions): 

9 theme: Literal["classic"] = theme_options_theme_field_info