'Error when opening up my python file to my browser in my terminal

I keep getting this error when trying to open my python in the browser in my terminal.the code reads...

(auth_book_demo-xzfPnOIq) C:\Users\thego\Desktop\CodingDojo\Python\flask_mysql\auth_book_demo>python server.py Traceback (most recent call last): File "C:\Users\thego\Desktop\CodingDojo\Python\flask_mysql\auth_book_demo\server.py", line 1, in from flask_app import app ImportError: cannot import name 'app' from 'flask_app' (unknown location)



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source