blob: a84f89096303509acd0269f11e53abfdf7fd1a2b [file] [log] [blame]
__author__ = 'ktisha'
class A:
def pop(self):
raise NotImplementedError()