6 lines
136 B
Python
6 lines
136 B
Python
|
from callbackQuery.main import callback_query_handler
|
||
|
from main import updater
|
||
|
|
||
|
|
||
|
updater.dispatcher.add_handler(callback_query_handler)
|