mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2024-11-16 12:51:45 +00:00
8c8fa8ea99
* 💄 Format with black 24.x.x * 💄 Update black version to 24.x.x in pre-commit check
6 lines
139 B
Python
6 lines
139 B
Python
"""此模块包含核心模块的错误的基类"""
|
|
|
|
from gram_core.error import ServiceNotFoundError
|
|
|
|
__all__ = ("ServiceNotFoundError",)
|