mirror of
https://github.com/AstrBotDevs/AstrBot.git
synced 2026-08-30 17:33:24 +08:00
5 lines
77 B
Python
5 lines
77 B
Python
import logging
|
|
|
|
__version__ = "4.27.4"
|
|
logger = logging.getLogger("astrbot")
|