Enhancement request:
arcade.Sprite.draw and arcade.Sprite.register_physic_engine have unannotated arguments (AKA Unknown) as well as arcade.SpriteList.draw
What should be added/changed?
Add type hints for the mentioned above members.
What would it help with?
It'll help users with development and understanding the actual valid type of arguments.