mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
9 lines
118 B
Python
9 lines
118 B
Python
import mypackage.goo
|
|
|
|
def foo():
|
|
import mypackage.bar
|
|
mypackage.bar.dostuff()
|
|
# <ref>
|
|
|
|
foo()
|