# python3以外のpythonを使用する場合はここを変更する
PYTHON=python3

run:
	$(PYTHON) http_server.py
