# 模板表 from python_core.kv import kv from .db import Db class TemplateDb(Db): def __init__(self): self.key = "template" pass