aiogram/tests/modules_for_tests/__init__.py
2021-12-16 02:53:01 +03:00

4 lines
88 B
Python

from aiogram import Router
router = Router(name="__init__")
print("__init__ imported")