Documentation: Support nested config

* Add examples to pydantic models.
This commit is contained in:
Dominique Lasserre
2025-01-24 20:05:48 +01:00
parent be26457563
commit d74a56b75a
29 changed files with 8200 additions and 9424 deletions
+2
View File
@@ -18,6 +18,8 @@ class classproperty(property):
class UtilsCommonSettings(SettingsBaseModel):
"""Utils Configuration."""
pass