a.py says:
from b import * from c import *
b.py says:
from c import *
Does this cause a performance/memory hi