prog7_20.py

import mypack.mymod

mypack.mymod.greet()

# プログラム7-20(パッケージ内のモジュールを使う)