mirror of
https://github.com/TeamPGM/PagerMaid-Pyro.git
synced 2024-11-16 14:21:11 +00:00
8 lines
211 B
Python
8 lines
211 B
Python
from pyromod.utils.errors import (
|
|
AlreadyInConversationError,
|
|
TimeoutConversationError,
|
|
ListenerCanceled,
|
|
)
|
|
|
|
__all__ = ("AlreadyInConversationError", "TimeoutConversationError", "ListenerCanceled")
|