6 lines
79 B
Python
6 lines
79 B
Python
import mymodule
|
|
import mypackage.mypackagedmodule as mpm
|
|
|
|
mymodule.f()
|
|
mpm.f()
|