Archived
1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
teleexit/callbackQuery/__init__.py

6 lines
136 B
Python
Raw Permalink Normal View History

from callbackQuery.main import callback_query_handler
from main import updater
updater.dispatcher.add_handler(callback_query_handler)