mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-19 18:47:41 +08:00
5 lines
177 B
Python
5 lines
177 B
Python
from .log import LogManager, LogBroker
|
|
from astrbot.core.utils.t2i.renderer import HtmlRenderer
|
|
|
|
html_renderer = HtmlRenderer()
|
|
logger = LogManager.GetLogger(log_name='astrbot') |