This commit is contained in:
2026-02-25 10:36:00 +01:00
parent 9ef73a2832
commit 534235df11
2 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
# core/connection.py
import serial
import time
import os
class BuzzerError(Exception):
pass