#6: General enhancements
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user