Import subprocess

This commit is contained in:
2024-03-12 23:21:08 +01:00
parent 333900fadd
commit 4197745d4f
2 changed files with 1 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
import subprocess
import socket import socket
NO_CALL = 0 NO_CALL = 0

View File

@@ -1,7 +1,6 @@
from gpiozero import LED from gpiozero import LED
from gpiozero import Button from gpiozero import Button
import subprocess
from threading import Thread from threading import Thread
import socket import socket
import yaml import yaml