attribute error in Flask when I run (AttributeError: ‘NoneType’ object has no attribute ‘run’ )

Solution
def create_app():
    # your other code

    return app # add this