mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
4 lines
97 B
Python
4 lines
97 B
Python
|
from .base import authlib_oauth_client
|
||
|
|
||
|
def init_app(app):
|
||
|
authlib_oauth_client.init_app(app)
|