Ok I have two modules, each containing a class, the problem is their classes reference each other.
Lets say for example I had a room module and a person module containin
You could just alias the second one.
import CRoom CPerson = CRoom.CPerson