mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 20:01:20 +07:00
6 lines
105 B
Python
6 lines
105 B
Python
from mypackage.ch import foo
|
|
import mypackage.ch.bar
|
|
|
|
mypackage.ch.foo.dostuff()
|
|
# <ref>
|