Enhancement request:
Building a game to distribute it, allows to exclude unused packages.
While Pymunk might not be used in the game, the occurring import errors make it unable to be excluded.
What should be added/changed?
- catch import errors in arcade.init
- Use "MissingImportAlgo" within hitbox if pymunk is not available