app-MAIL-temp/app/oauth/__init__.py
2023-11-21 16:42:18 +01:00

4 lines
94 B
Python

from .views import authorize, token, user_info
__all__ = ["authorize", "token", "user_info"]