In my Python app I want to make a method that is both a staticmethod and an abc.abstractmethod. How do I do this?
staticmethod
I tried applying both decorators, but