Transcrypt
Transcrypt copied to clipboard
Add a stub for ABCMeta
I am trying to write a web app that shares code between client and server. There are certain stubs that cost very little (less than 10 lines) but allow mypy to do important checks. ABCMeta is one of those.