9 lines
151 B
Python
9 lines
151 B
Python
from bot.Handler import Handler
|
|
|
|
|
|
class ModelHandler(Handler):
|
|
|
|
@staticmethod
|
|
def select_model(update, context):
|
|
print("select model")
|