add shebang

This commit is contained in:
lod 2025-06-30 13:25:43 +02:00
parent 9e773ea3c6
commit a280476b04

View file

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import ctypes import ctypes
import time import time
import threading import threading