pliers
pliers copied to clipboard
Import ABC from collections.abc for Python 3.10 compatibility.
Importing ABC from collections has been deprecated since Python 3.4 and removed in Python 3.10. Use collections.abc instead.