mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 18:17:08 +07:00
GitOrigin-RevId: f230b0f4069ea0c2c0032f4668051cfd23aa010a
18 lines
143 B
Python
18 lines
143 B
Python
#!/bin/sh
|
|
|
|
# some comments
|
|
"""
|
|
This is documentation.
|
|
It has multiple lines.
|
|
"""
|
|
|
|
import os
|
|
import sys
|
|
|
|
|
|
class Test:
|
|
pass
|
|
|
|
def foo():
|
|
pass
|