from app.api import router ModuleNotFoundError: No module named 'app'
#####I resolved the error ### cd myproject/ uvicorn app.main:app --reload