Python 3.8 error
ImportError: cannot import name \'mydb\' from partially initialized module \'connection\' (most likely due to a circular import) (C:\\U sers\
This error comes when you are attempting circular import. make sure you have not created any file with the same name with that of the module you are trying to import in the directory.