Closed SHESHANKSK closed 2 years ago
This issue can be solved by making the following changes
webentry.py
from . import app
from . import routes
from . import models
from . import functions
__init__.py
from market import routes
run.py
from market.webentry import app
if name == 'main': app.run(debug=True)
The Error Message is Given Below