mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-01 01:10:21 +08:00
5 lines
77 B
Python
5 lines
77 B
Python
import logging
|
|
|
|
__version__ = "4.26.3"
|
|
logger = logging.getLogger("astrbot")
|