diff --git a/src/flowcept/configs.py b/src/flowcept/configs.py index 9095e604..c84c5f33 100644 --- a/src/flowcept/configs.py +++ b/src/flowcept/configs.py @@ -18,6 +18,7 @@ if not os.path.exists(SETTINGS_PATH): SETTINGS_PATH = None from importlib import resources + with resources.files("resources").joinpath("sample_settings.yaml").open("r") as f: settings = OmegaConf.load(f) else: