Разработан чат-бот

This commit is contained in:
2024-07-26 03:30:01 +03:00
commit dcf7f2b8f4
44 changed files with 2035 additions and 0 deletions

6
models/__init__.py Normal file
View File

@ -0,0 +1,6 @@
from aiogram.types import Message
from aiogram.types.reply_keyboard import KeyboardButton
from aiogram.dispatcher import FSMContext
from aiogram.types.input_file import InputFile
from .models import date, email_address, phone_number, iso_datetime, max_comment_length, ReplyKeyboardMarkup, Category, Subcategory, Executor, TimeRange, FreeToOrder, Order, Issue