mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 11:42:40 +07:00
10 lines
46 B
Python
10 lines
46 B
Python
V1 = 1
|
|
|
|
|
|
# comment
|
|
class C:
|
|
pass
|
|
|
|
|
|
V2 = 2
|