Python ModuleNotFoundError while import a modul
I encountered a ModuleNotFoundError
when attempting to import my MongoDB configuration from config.py
into my routes.py
file located in the routers
folder. Here’s the import statement causing the issue: