9 lines
132 B
Python
9 lines
132 B
Python
"""
|
|
版本信息
|
|
"""
|
|
|
|
__version__ = '1.0.0'
|
|
__author__ = 'CookieManager Team'
|
|
__email__ = 'support@example.com'
|
|
__license__ = 'MIT'
|