diff --git a/vvgu_bot (2).py b/main.py similarity index 99% rename from vvgu_bot (2).py rename to main.py index b8b8b5e..84fe409 100644 --- a/vvgu_bot (2).py +++ b/main.py @@ -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) + # ------------------------------------------------------------------- # Классы для каждого документа, относительно вводимого в него текста. # -------------------------------------------------------------------