#6: General enhancements

This commit is contained in:
2025-03-01 18:10:34 +01:00
parent 8516d270f4
commit c1098114bc
7 changed files with 5818 additions and 5911 deletions
+5
View File
@@ -0,0 +1,5 @@
import yaml
def load_config(config_path="./sustApp/config.yaml"):
with open(config_path, encoding='utf8') as f:
return yaml.load(f, Loader=yaml.FullLoader)