I want to enforce childrens to use a classmethod in python2.7. I tried this:
import abc class Base(object): __metaclass__ = abc.ABCMeta @abc.abs