mirror of
http://1.14.124.3:3000/LIIILLIIILLIIII/Alas.git
synced 2026-05-14 06:48:04 +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
|