diff --git a/example/python/run-asyncio.py b/example/python/run-asyncio.py old mode 100644 new mode 100755 index 4998e6371..4f3e22b01 --- a/example/python/run-asyncio.py +++ b/example/python/run-asyncio.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + """asyncio版のサンプルコードです。""" import asyncio diff --git a/example/python/run.py b/example/python/run.py old mode 100644 new mode 100755 index efa4de3f8..5e190aab1 --- a/example/python/run.py +++ b/example/python/run.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + import dataclasses import logging import multiprocessing