Skip to content

Commit

Permalink
Added Flask responses proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Jun 20, 2020
1 parent 9328ea9 commit eeac929
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/labthings/server/responses.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from flask import send_file, abort, make_response


__all__ = ["send_file", "abort", "make_response"]

0 comments on commit eeac929

Please sign in to comment.