blob: ccb4f5cc051a63995f0d40a32b228efcfd42349c [file] [log] [blame]
__author__ = 'ktisha'
class A:
def foo(self):
class B:
def __init__(self):
self.x = 1