diff --git a/anthropic_telegram_inference_bot.py b/anthropic_telegram_inference_bot.py index 4018079..16d5344 100644 --- a/anthropic_telegram_inference_bot.py +++ b/anthropic_telegram_inference_bot.py @@ -3,6 +3,7 @@ import json import logging from anthropic import Anthropic from base_telegram_inference_bot import BaseTelegramInferenceBot +from telegram_helper import TelegramHelper class AnthropicTelegramInferenceBot(BaseTelegramInferenceBot): def __init__(self):