mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 19:16:40 +07:00
GitOrigin-RevId: 01a4dfc57348608597fbc13ce17fecdaa7c08e38
4 lines
66 B
Python
4 lines
66 B
Python
class C:
|
|
def __init__(self):
|
|
self.path = "foobar.txt"
|