mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 19:28:58 +07:00
GitOrigin-RevId: f230b0f4069ea0c2c0032f4668051cfd23aa010a
10 lines
61 B
Python
10 lines
61 B
Python
import os
|
|
import sys
|
|
|
|
|
|
class Test:
|
|
pass
|
|
|
|
def foo():
|
|
pass
|