pythonmodule pythonでモジュールファイルを単体で実行したい場合 if __name__ == "__main__": # ここにやりたいことを書く Refs. 6.1.1. モジュールをスクリプトとして実行する