shopbot/bot/validations/__init__.py
2024-12-24 21:08:03 +03:00

5 lines
108 B
Python

# bot/validations/__init__.py
from .numbers import error_number_handler
__all__ = ["error_number_handler"]