from functools import lru_cache from ..services import SessionStore @lru_cache def get_session_store() -> SessionStore: return SessionStore()