Sorry, couldn\'t find a more appropriate title.
In My code I have two classes which should know of each others existence. So I use an instance variable which points to t
You cannot have circular imports. You need to break them up, or introduce some forward declarations.