This commit is contained in:
Денис Семёнов 2025-06-19 03:08:42 +03:00
parent 285c7758ea
commit 29fd18fe91
2 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from maxapi.context import MemoryContext, State, StatesGroup
from maxapi.types import Command, MessageCreated, CallbackButton, MessageCallback from maxapi.types import Command, MessageCreated, CallbackButton, MessageCallback
from maxapi.utils.inline_keyboard import InlineKeyboardBuilder from maxapi.utils.inline_keyboard import InlineKeyboardBuilder
from for_example import router from example.for_example import router
logging.basicConfig(level=logging.INFO) logging.basicConfig(level=logging.INFO)