mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
6 lines
133 B
Python
6 lines
133 B
Python
import clr
|
|
|
|
clr.AddReferenceByPartialName("PythonLibs")
|
|
|
|
from c<caret>om.just.like.java import LikeJavaClass as MyClass
|
|
print MyClass |