Python: Implement check for flask debug mode.

This commit is contained in:
Taus Brock-Nannestad
2018-11-22 15:01:02 +01:00
parent a85dfb1c4e
commit a4da245809
9 changed files with 121 additions and 7 deletions

View File

@@ -1,7 +1,8 @@
class Flask(object):
pass
def run(self, *args, **kwargs):
pass
from .globals import request