mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-23 05:07:31 +07:00
8 lines
107 B
Python
8 lines
107 B
Python
__author__ = 'ktisha'
|
|
class A:
|
|
def __init__(self):
|
|
pass
|
|
|
|
def foo(self):
|
|
self.b = 1
|