Kleine Anpassungen in der config.py
This commit is contained in:
+2
-2
@@ -52,9 +52,9 @@ class AppSettings(BaseSettings):
|
|||||||
pdf_projects: list[PdfProject] = []
|
pdf_projects: list[PdfProject] = []
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class PdfProjectSettings(BaseSettings):
|
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
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user