1
1
mirror of https://github.com/KenanZhu/AutoLibrary.git synced 2026-06-18 07:23:03 +08:00

fix(ConfigUtils): 添加未导入的 os 模块

This commit is contained in:
2026-03-24 21:49:52 +08:00
parent baa4f23136
commit ffae43d5bd
+2
View File
@@ -7,6 +7,8 @@ This software is provided "as is", without any warranty of any kind.
You may use, modify, and distribute this file under the terms of the MIT License.
See the LICENSE file for details.
"""
import os
import managers.config.ConfigManager as ConfigManager
class ConfigUtils: