Files

9 lines
109 B
Python

__author__ = 'ktisha'
class A:
def __init__(self):
self.b = 1
def foo(self):
c = 1