From 375a56493ad5be7469203425709618f22ba588c2 Mon Sep 17 00:00:00 2001 From: abi-sheak Date: Sun, 28 Apr 2024 21:08:18 +0530 Subject: [PATCH] Renamed library file to SerialLibrary --- Serial.py => SerialLibrary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Serial.py => SerialLibrary.py (99%) diff --git a/Serial.py b/SerialLibrary.py similarity index 99% rename from Serial.py rename to SerialLibrary.py index 9c3cb63..23d79db 100644 --- a/Serial.py +++ b/SerialLibrary.py @@ -27,7 +27,7 @@ class PySerialError(Exception): """Represents the Serial exceptions""" -class Serial: +class SerialLibrary: """ Library for interacting with serial devices.