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