mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 17:29:04 +08:00
6 lines
153 B
Python
6 lines
153 B
Python
|
|
# This must be the first to import
|
||
|
|
from module.logger import logger # Change folder
|
||
|
|
import deploy.Windows.logger
|
||
|
|
|
||
|
|
deploy.Windows.logger.logger = logger
|