pull/73/head
Christopher Usher 5 years ago
parent 7a576c7a1f
commit 67100c4126

@ -1,3 +1,9 @@
"""
Code shared between components to gather stats from flask methods.
Note that this code requires flask, but the common module as a whole does not
to avoid needing to install them for components that don't need it.
"""
import functools import functools
from flask import request from flask import request

Loading…
Cancel
Save