diff --git a/src/config.py b/src/config.py index e1f8473..46b9eb6 100644 --- a/src/config.py +++ b/src/config.py @@ -31,7 +31,7 @@ class ApacheFop(BaseModel): class XslDir(BaseModel): name: str path_to_root_dir: Path - + class PdfProject(BaseModel): name: str @@ -50,11 +50,11 @@ class AppSettings(BaseSettings): saxon_jars: list[SaxonJar] apache_fops: list[ApacheFop] pdf_projects: list[PdfProject] = [] - - + class PdfProjectSettings(BaseSettings): """ - Speichert Projekt-Einstellungen direkt im Ordner des Projekts in einer klartextdatei + Speichert Projekt-Einstellungen direkt im Ordner des Projekts in einer Klartextdatei (JSON, YAML oder XML) """ + pass