Neues Button

This commit is contained in:
2025-08-03 12:15:32 +02:00
parent b1042491ff
commit f5eafe436e
4 changed files with 19 additions and 4 deletions
-3
View File
@@ -201,9 +201,6 @@ class PdfProjectSettings(BaseModel):
yaml = YAML(typ='safe')
yaml_data = yaml.load(f)
return cls.model_validate(yaml_data)
# yaml_content = f.read()
# Parse mit pydantic-yaml
def writeSettings(self, project_dir: Path):
with open(project_dir / "project.yaml", "w", encoding="utf8") as f: