Files
Django/gvsdsdk/msync/ogm.py

12 lines
214 B
Python
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
"""MSYNC OGM对象全局映射模块
薄封装:直接转发到 gvsds.apps.msync.ogm 原生层。
"""
from gvsds.apps.msync.ogm import OGMManager, OGMError
__all__ = [
'OGMManager',
'OGMError',
]