#!/usr/bin/env python3 from advlabdb import create_app if __name__ == "__main__": app = create_app() app.run(debug=True)