How-to articles, tricks, and solutions about CIRCULAR-DEPENDENCY
What can I do about "ImportError: Cannot import name X" or "AttributeError: ... (most likely due to a circular import)"?
This error typically occurs when there is a circular import between two or more modules.