mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
5 lines
76 B
Python
5 lines
76 B
Python
#// python 3
|
|
class C:
|
|
def m(self): #// note: TABs instead of spaces
|
|
pass
|