- paths: - ./mymodule.py import mymodule # importなのでmain扱いにならない print('htmlから表示') mymodule.hello() # モジュール内の関数を呼び出せる