Mohamed Yousef wrote: > Hello , > > The problem I'm asking about is how can imported modules be aware of > other imported modules so they don't have to re-import them If you want to use module A in both B and C, B and C should both import A. No problem. > (avoiding importing problems and Consicing code and imports ) ??