Bug Report
The recently released pymunk package v6.0.0 no longer includes a pymunkoptions module, which is imported by arcade.
Actual behavior:
After 'import arcade', I get a ModuleLoadError for pymunkoptions caused by an import in drawing_support.py.
Expected behavior:
'import arcade' should run without errors.
Steps to reproduce/example code:
Install pymunk 6.0.0
Install arcade
Run 'import arcade' in a Python interpreter