mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 04:21:24 +07:00
6 lines
140 B
Python
6 lines
140 B
Python
import clr
|
|
|
|
clr.AddReferenceByPartialName("SingleNameSpace")
|
|
|
|
from <caret>SingleNameSpace.Some.Deep.WeHaveClass import MyClass
|
|
print MyClass |