config_editor/__init__.py

10 lines
154 B
Python
Raw Permalink Normal View History

2026-01-19 08:01:13 +00:00
"""
配置编辑器模块
"""
__version__ = "1.3"
__author__ = "Config Editor"
from main_window import ConfigEditor
__all__ = ['ConfigEditor']