mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-06-14 22:00:01 +08:00
6 lines
137 B
Python
6 lines
137 B
Python
# This must be the first to import
|
|
from module.logger import logger # Change folder
|
|
import deploy.logger
|
|
|
|
deploy.logger.logger = logger
|