shopbot/bot/validations/__init__.py

5 lines
108 B
Python
Raw Permalink Normal View History

2024-12-24 18:08:03 +00:00
# bot/validations/__init__.py
from .numbers import error_number_handler
__all__ = ["error_number_handler"]