I have a set of classes each with a constructor. These classes are in a folder (lets call this folder ABC). I have a separate python file (lets call this file PROJECT) that is in the parent folder of ABC. I would like to use the constructors of the classes in folder ABC in PROJECT.
I know how this would be done if they were all in the same folder but how would this be done if the classes are not in the same folder.
Thank you very much for your help.