Example #1
0
#!/usr/bin/env python
from keepup import app
app.run(debug = False)
Example #2
0
#!/usr/bin/env python
from keepup import app
app.run(debug = True)