mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00: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
|