Files
2026-05-30 14:16:04 -05:00

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."""