maim_message强制版本要求;忽略APIServer下乱七八糟的类型注解和Patch

This commit is contained in:
UnCLAS-Prommer
2026-02-05 16:53:48 +08:00
parent 4dbe919cfe
commit 049027a48f
5 changed files with 50 additions and 73 deletions

View File

@@ -0,0 +1,8 @@
"""Maim Message - A message handling library"""
__version__ = "0.2.0"
from .api import get_global_api
__all__ = ["get_global_api"]