mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-05 04:40:28 +07:00
11 lines
86 B
Python
11 lines
86 B
Python
__author__ = 'ktisha'
|
|
|
|
|
|
def foo():
|
|
print("Hello Pycharm!")
|
|
|
|
|
|
class A: pass
|
|
|
|
|
|
foo() |