Gerardo Herzig a écrit : > Carl Bank a écrit : >> >> Add these lines in __init__.py: >> >> from MYCLASSES.A import A >> from MYCLASSES.B import B >> >> > Ummm, that works indeed, but forces me to import all (more than A and B) > classes, rigth? Why so ?