Beispiel #1
0
def main():
    app.run(debug = True)
Beispiel #2
0
#!/usr/bin/env python

from unknown import app
app.run(debug = True)
Beispiel #3
0
def main():
    app.run(debug=True)
Beispiel #4
0
#!/usr/bin/env python

from unknown import app
app.run(debug=True)