{ "error_code": "500", "data": { "zhuang_tai": "token_no", "times": "1764538817" } }
"""
Backward-compatibility shim for users referencing the module
by name. Ref #487.
"""
import warnings
from .macOS import Keyring
__all__ = ['Keyring']
warnings.warn("OS_X module is deprecated.", DeprecationWarning)