I am writing some python code with type hinting and am facing a circular dependency problem with mypy.
#a.py from typing import TYPE_CHECKING if TYPE_CHECK