#!/usr/bin/env python from app import app, db if __name__ == '__main__': db.connect_db() app.run(host = '::')