add Dockerfile

This commit is contained in:
qweeck 2024-03-01 20:19:30 +11:00
parent cf8b6f0e0b
commit c3e115ca93
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ from aiogram import executor
from docx import Document
from docx.shared import Pt
from config import API_TOKEN
storage = MemoryStorage()
@ -31,6 +32,7 @@ bot = Bot(token=API_TOKEN)
dp = Dispatcher(bot, storage=storage)
# -------------------------------------------------------------------
# Классы для каждого документа, относительно вводимого в него текста.
# -------------------------------------------------------------------