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