1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 16:19:03 +08:00
AzurLaneAutoScript/module/webui/__init__.py

6 lines
137 B
Python
Raw Permalink Normal View History

2024-06-05 23:20:28 +08:00
# This must be the first to import
from module.logger import logger # Change folder
2025-01-14 02:54:10 +08:00
import deploy.logger
2024-06-05 23:20:28 +08:00
2025-01-14 02:54:10 +08:00
deploy.logger.logger = logger