1 2 3 4 5 6 7
"""Main entry point for project""" from gn3.app import create_app app = create_app() app.run(host="0.0.0.0")