from tiny0 import app
from tiny0.config import DEBUG
if __name__ == '__main__':
app.run(debug=DEBUG)