mirror of
https://github.com/KenanZhu/AutoLibrary.git
synced 2026-06-18 07:23:03 +08:00
706fc889f9
- 新增 src/boot 目录,用于存放启动时需要初始化的模块 - 新增 src/managers 目录,用于存放项目中的管理模块 - 新增 src/managers/config 目录,用于存放配置管理模块 - 新增 src/managers/log 目录,用于存放日志管理模块 - 新增 src/managers/driver 目录,用于存放浏览器驱动管理模块 - 修改对应文件中 import 导入路径
6 lines
188 B
Python
6 lines
188 B
Python
"""
|
|
Config managers module for the AutoLibrary project.
|
|
|
|
Here are the classes and modules in this package:
|
|
- ConfigManager: Config manager for managing configuration files.
|
|
""" |