mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-23 05:07:31 +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 |