# 素材表 from python_core.kv import kv from .db import Db class MaterialDb(Db): def __init__(self): self.key = "material" pass