mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
8 lines
127 B
Python
8 lines
127 B
Python
__author__ = 'ktisha'
|
|
|
|
|
|
class A:
|
|
def foo(self):
|
|
class B:
|
|
def __init__(self):
|
|
self.x = 1 |