We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 963b324 commit 127a692Copy full SHA for 127a692
src/project_config.py
@@ -1,6 +1,7 @@
1
import yaml
2
from pydantic import BaseModel
3
4
+
5
class ProjectConfig(BaseModel):
6
"""Project configuration"""
7
0 commit comments