mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
4 lines
96 B
Python
4 lines
96 B
Python
from aiogram import Router
|
|
|
|
router = Router(name="small_module")
|
|
print("small_module imported")
|