mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-24 10:59:36 +07:00
11 lines
120 B
Python
11 lines
120 B
Python
class T1(object):
|
|
def m1(self):
|
|
pass
|
|
|
|
|
|
# comment about T2
|
|
|
|
class T2(object):
|
|
def m2(self):
|
|
pass
|