app-MAIL-temp/app/oauth/__init__.py

4 lines
94 B
Python

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