The turtle module re-exports methods of its classes as top-level functions. Typeshed includes most of these, but `exitonclick` and others from the `_Screen` class were missing. Add them. Co-authored-by: Petr Viktorin <encukou@gmail.com>