I have a problem while I write test code. I had to import within function.
# aaa.py def abc(): import Apple import Banana a = apple() a.eat()