Files
serverbot/app/handlers/simple.py

8 lines
147 B
Python

from aiogram.types import Message
from app import views
async def start_command(message: Message):
await message.answer(views.start_text())