Python 3.8 error
ImportError: cannot import name \'mydb\' from partially initialized module \'connection\' (most likely due to a circular import) (C:\\U sers\
I lowered the import instead of having all imports at the top.
db = SQLAlchemy(app) migrate = Migrate(app, db) from models import User