加入了 GVSDSDK 模块,进行了 QModel 兼容层的尝试,生产环境可用
This commit is contained in:
11
gvsdsdk/msync/ogm.py
Normal file
11
gvsdsdk/msync/ogm.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""MSYNC OGM(对象全局映射)模块
|
||||
|
||||
薄封装:直接转发到 gvsds.apps.msync.ogm 原生层。
|
||||
"""
|
||||
|
||||
from gvsds.apps.msync.ogm import OGMManager, OGMError
|
||||
|
||||
__all__ = [
|
||||
'OGMManager',
|
||||
'OGMError',
|
||||
]
|
||||
Reference in New Issue
Block a user