mirror of
https://github.com/Minidoracat/mcp-feedback-enhanced.git
synced 2025-07-26 18:12:25 +08:00
9 lines
133 B
Python
9 lines
133 B
Python
"""
|
|
Web 常量模組
|
|
"""
|
|
|
|
from .message_codes import MessageCodes, get_message_code
|
|
|
|
|
|
__all__ = ["MessageCodes", "get_message_code"]
|