I\'m very new to Python, I figure this question should be easy to answer.
My problem simplified is this...
I have 2 classes in a File class A and class B. Class
A workaround that comes to my mind is to separate the classes into multiple files, so you could have a python package "models" in which you'll have A.py and B.py. Then you avoid the ordering issue