add excel reader

This commit is contained in:
2022-02-18 22:43:35 +01:00
parent ecfcb667af
commit 16efab25a3
12 changed files with 184 additions and 11 deletions
+10
View File
@@ -0,0 +1,10 @@
from gsmmodem import GsmModem
class SerialModem():
ccid: str
phone_number: str
modem: GsmModem
def __init__(self, modem: GsmModem):
self.modem = modem