mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-19 10:28:57 +07:00
6 lines
118 B
Python
6 lines
118 B
Python
import clr
|
|
|
|
clr.AddReferenceByPartialName("SingleNameSpace")
|
|
|
|
from S<caret>ingleNameSpace import MyClass
|
|
print MyClass |