mirror of https://github.com/eyhc1/rendercv.git
create __init__.py files for templates
This commit is contained in:
parent
858ae98952
commit
2e4a3f3f27
|
@ -0,0 +1,5 @@
|
|||
import pydantic
|
||||
|
||||
|
||||
class ClassicThemeOptions(pydantic.BaseModel):
|
||||
pass
|
Loading…
Reference in New Issue