PamGram/core/handler/callbackqueryhandler.py
omg-xtao b1141c65b8
♻️ separate core code
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
2023-08-02 20:10:08 +08:00

4 lines
196 B
Python

from gram_core.handler.callbackqueryhandler import CallbackQueryHandler, OverlappingException, OverlappingContext
__all__ = ("CallbackQueryHandler", "OverlappingException", "OverlappingContext")