mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 02:04:23 +07:00
7 lines
99 B
Python
7 lines
99 B
Python
"""
|
|
Module docstring.
|
|
"""
|
|
|
|
def f():
|
|
"""Function docstring."""
|
|
print('<caret>Hello, World!') |