module documentation

This module implements a dict-like store object used to persist Kedro sessions.

Class BaseSessionStore BaseSessionStore is the base class for all session stores. BaseSessionStore is an ephemeral store implementation that doesn't persist the session data.