Files

9 lines
118 B
Python

import mypackage.goo
def foo():
import mypackage.bar
mypackage.bar.dostuff()
# <ref>
foo()