mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
5365f971ef
Signed-off-by: phernandez <paul@basicmachines.co>
6 lines
156 B
Python
6 lines
156 B
Python
"""Test-only stand-in for Hermes's memory provider interface."""
|
|
|
|
|
|
class MemoryProvider:
|
|
"""Minimal base class used by the plugin during unit tests."""
|