a total newbie here, just started coding on Wedpages with Python Flask-sqlalchemy using Eclipse IDE on Windows. I get this error when i tried importing db from app
from app import db Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'app'
What can I do? Thanks.