Introduction
Every seasoned Python developer must have seen at least once in their life a circular import issue. You have quickly fixed it via finding a solution from Stackoverflow or AI. However, have you really understood what caused the issue? Yes, two files importing each other is not allowed, but