5 lines
108 B
Python
5 lines
108 B
Python
# bot/validations/__init__.py
|
|
from .numbers import error_number_handler
|
|
|
|
__all__ = ["error_number_handler"]
|