Add shebang to motor server.

This commit is contained in:
Piv
2019-09-29 10:53:53 +09:30
parent 17f3fceab9
commit 78ba890669

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env python3
from threading import Timer, Thread
from gpiozero import Servo
from concurrent import futures