PaiGram/core/error.py
kotoriのねこ 8c8fa8ea99
💄 Format with black 24.x.x
* 💄 Format with black 24.x.x

* 💄 Update black version to 24.x.x in pre-commit check
2024-03-16 09:44:15 +08:00

6 lines
139 B
Python

"""此模块包含核心模块的错误的基类"""
from gram_core.error import ServiceNotFoundError
__all__ = ("ServiceNotFoundError",)