app/config.py aktualisiert
All checks were successful
Deploy mindnet to llm-node / deploy (push) Successful in 3s

This commit is contained in:
Lars 2025-09-02 10:29:04 +02:00
parent ea985f4d61
commit bee0544c25

View File

@ -1,4 +1,3 @@
from __future__ import annotations
import os
from functools import lru_cache
@ -17,4 +16,4 @@ class Settings:
@lru_cache
def get_settings() -> Settings:
return Settings()
return Settings()