ChristopherJKoen's picture
HTML Static Setup Web
51c39cf
raw
history blame contribute delete
149 Bytes
from functools import lru_cache
from ..services import SessionStore
@lru_cache
def get_session_store() -> SessionStore:
return SessionStore()