python_ai_bot/ai_bot/handlers/ModelHandler.py
2025-04-30 17:07:16 +03:00

9 lines
151 B
Python

from bot.Handler import Handler
class ModelHandler(Handler):
@staticmethod
def select_model(update, context):
print("select model")