8 lines
112 B
Python
8 lines
112 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
"""
|
||
|
VWED任务系统配置工具包
|
||
|
"""
|
||
|
|
||
|
__version__ = "1.0.0"
|
||
|
__author__ = "VWED Team"
|