from python_core.kv import kv class Db: def __init__(self, key: str): self.kv = kv self.key = key pass