Второй стрим
This commit is contained in:
7
app/handlers/simple.py
Normal file
7
app/handlers/simple.py
Normal file
@ -0,0 +1,7 @@
|
||||
from aiogram.types import Message
|
||||
from app import views
|
||||
|
||||
|
||||
async def start_command(message: Message):
|
||||
await message.answer(views.start_text())
|
||||
|
Reference in New Issue
Block a user