mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-23 00:52:22 +00:00
4 lines
136 B
Python
4 lines
136 B
Python
|
from .logger import logger
|
||
|
from .logger import set_file_logger, set_func_logger
|
||
|
from .logger import WEB_THEME, Highlighter, HTMLConsole
|