Automatically generate type annotations
To generate annotations with MonkeyType and PyAnnotate for eg. for module paper_clip — replace paper_clip with your module: Find out what type are used Use test run to find out what types are actually used Fill out missing annotations with Any Supplement all the missing types with Any. Using Any is not preferable and should not be your …