8 lines
119 B
Python
8 lines
119 B
Python
"""
|
|
OpenAI 账号注册系统 - 工具模块
|
|
|
|
包含日志、加密、邮件等辅助工具
|
|
"""
|
|
|
|
__version__ = "0.1.0"
|