5
0
mirror of https://github.com/cwinfo/powerdns-admin.git synced 2025-01-21 17:43:16 +00:00

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)