fix: missing import

This commit is contained in:
Prohurtz 2023-11-09 09:27:37 -06:00
parent 4cde26609f
commit f6345e0a47

View File

@ -6,7 +6,7 @@ from utils.eye_falloff import velocity_falloff
import socket
import struct
import threading
import os
class TimeoutError(RuntimeError):
pass