chanfasf's picture
init: CHATSAM public version with data persistence and keep-alive
bd4057b
Raw
History Blame Contribute Delete
134 Bytes
from __future__ import annotations
from services.storage.factory import create_storage_backend
__all__ = ["create_storage_backend"]