#!/usr/bin/env python3 class MemoryEngine: def store(self, key, value): print(f"[MEM] Storing {key}")