PowerDNS-Admin/powerdnsadmin/services/base.py
Khanh Ngo 8ea00b9484
Refactoring the code
- Use Flask blueprint
- Split model and views into smaller parts
- Bug fixes
- API adjustment
2019-12-02 10:32:03 +07:00

3 lines
70 B
Python

from authlib.flask.client import OAuth
authlib_oauth_client = OAuth()