4 lines
97 B
Python
Raw Normal View History

from .base import authlib_oauth_client
def init_app(app):
authlib_oauth_client.init_app(app)