Разработан чат-бот
This commit is contained in:
6
models/__init__.py
Normal file
6
models/__init__.py
Normal 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
|
Reference in New Issue
Block a user