scratchypy - This is the documentation for the ScratchyPy library. I suggest looking at the `sprite` and `stage` modules first!color - Common named colorseventcallback - Contains the EventCallback class for seamlessly encapsulating many different types of callback strategies.image - Contains functions for loading image files. The file types it supports are the same as what pygame.image supports.sound - #TODOsprite - Contains the Sprite class, the base of all sprites on a stage, as well as several other specialized subclasses.stage - Contains the Stage class used as a canvas to draw Sprites upon.text - Helpers for rendering text. Rarely needed to be used directly.util - Misc. utility functions.version - Undocumentedwindow - Contains the top-level Window and global execution environment.