Files
AstrBot/astrbot/__init__.py

5 lines
85 B
Python

import logging
__version__ = "4.26.0-beta.11"
logger = logging.getLogger("astrbot")