mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 14:54:36 +07:00
GitOrigin-RevId: f230b0f4069ea0c2c0032f4668051cfd23aa010a
14 lines
89 B
Python
14 lines
89 B
Python
#!/bin/sh
|
|
|
|
# some comments
|
|
|
|
import os
|
|
import sys
|
|
|
|
|
|
class Test:
|
|
pass
|
|
|
|
def foo():
|
|
pass
|