1import os2 3 4class Settings():5 sparrow_key = os.environ.get("sparrow_key")6 7 8settings = Settings()