diff --git a/src/worblehat/services/config.py b/src/worblehat/services/config.py index 32bea01..df292f3 100644 --- a/src/worblehat/services/config.py +++ b/src/worblehat/services/config.py @@ -2,7 +2,7 @@ import tomllib from pathlib import Path from pprint import pformat from typing import Any - +import os class Config: """