Files
FascioSchoolBot/app/bot/middlewares/__init__.py
2025-09-25 20:48:39 +03:00

3 lines
72 B
Python

from .get_user import GetUserMiddleware
__all__ = ["GetUserMiddleware"]