blob: b8da02ff7b173333c66edf96772a90892c8113a9 [file] [log] [blame]
__author__ = 'ktisha'
class A:
def __init__(self):
self.b = 1
def foo(self):
pass