Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,9 @@ from telegram.ext import Application, CommandHandler, ContextTypes
|
|
5 |
import logging
|
6 |
import asyncio
|
7 |
import threading
|
|
|
|
|
|
|
8 |
|
9 |
app = FastAPI()
|
10 |
# Enable logging
|
|
|
5 |
import logging
|
6 |
import asyncio
|
7 |
import threading
|
8 |
+
import telebot
|
9 |
+
from fastapi import FastAPI, Request
|
10 |
+
import uvicorn
|
11 |
|
12 |
app = FastAPI()
|
13 |
# Enable logging
|