mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
14 lines
115 B
Python
14 lines
115 B
Python
"""
|
|
This is documentation.
|
|
It has multiple lines.
|
|
"""
|
|
import os
|
|
import sys
|
|
|
|
|
|
class Test:
|
|
pass
|
|
|
|
def foo():
|
|
pass
|