I\'m building a website using the Flask Framework, in which I\'ve got a folder in which I have some python files and an __init__.py script (I guess you would ca
__init__.py
Try relative imports
from . import db