diff --git a/src/utils/ConfigUtils.py b/src/utils/ConfigUtils.py index 34ac2f4..8fc632c 100644 --- a/src/utils/ConfigUtils.py +++ b/src/utils/ConfigUtils.py @@ -7,6 +7,8 @@ This software is provided "as is", without any warranty of any kind. You may use, modify, and distribute this file under the terms of the MIT License. See the LICENSE file for details. """ +import os + import managers.config.ConfigManager as ConfigManager class ConfigUtils: