create __init__.py files for templates

This commit is contained in:
Sina Atalay 2024-01-28 19:16:15 +01:00
parent 858ae98952
commit 2e4a3f3f27
2 changed files with 5 additions and 0 deletions

View File

View File

@ -0,0 +1,5 @@
import pydantic
class ClassicThemeOptions(pydantic.BaseModel):
pass