mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-06-09 14:04:10 +08:00
6 lines
151 B
Python
6 lines
151 B
Python
from hashlib import sha256
|
|
from functools import wraps, update_wrapper
|
|
from werkzeug.datastructures import Authorization
|
|
from flask import g, request
|
|
|