Kleine Anpassung für config.py

This commit is contained in:
2025-06-04 20:22:52 +02:00
parent 3499b24040
commit 41499d80cf
+1 -1
View File
@@ -25,7 +25,7 @@ class ApacheFop(BaseModel):
path_to_dir: Path
class Project(BaseSettings):
class Project(BaseModel):
name: str
project_dir: Path
java_version: str