4 lines
96 B
Python
4 lines
96 B
Python
from authlib.integrations.flask_client import OAuth
|
|
|
|
# Initialize OAuth instance
|
|
oauth = OAuth() |