4 lines
84 B
Python
4 lines
84 B
Python
from .core.log import LogManager
|
|
|
|
logger = LogManager.GetLogger(log_name="astrbot")
|