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