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