fix
This commit is contained in:
10
python_core/database/material.py
Normal file
10
python_core/database/material.py
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
|
||||
# 素材表
|
||||
|
||||
from python_core.kv import kv
|
||||
from .db import Db
|
||||
class MaterialDb(Db):
|
||||
def __init__(self):
|
||||
self.key = "material"
|
||||
pass
|
||||
Reference in New Issue
Block a user