"""To test attribute error of partially initialized module."""
import my_turtle1

a = my_turtle1.something

