mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 20:54:49 +07:00
15 lines
136 B
Python
15 lines
136 B
Python
class Adjunct:
|
|
def apply(self, right, arg):
|
|
pass
|
|
|
|
|
|
class A: pass
|
|
|
|
|
|
def foo(): pass
|
|
|
|
|
|
class B: pass
|
|
|
|
|
|
print '239' |