Files
config-man/src/config_man/__init__.py

10 lines
290 B
Python
Raw 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.
"""
Config-Man CLI 工具
用于管理存储在对象存储中的加密静态资源配置文件。
支持多版本管理通过Cloudflare CDN进行分发。
"""
__version__ = "0.1.0"
__author__ = "Config-Man Team"
__description__ = "CLI tool for managing encrypted configuration files"