def __init__(self, *args, **kwargs): from turtle import Turtle self.turtle = Turtle() super().__init__(*args, **kwargs)