add excel reader
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user