can read contact info from excel

This commit is contained in:
2022-02-21 10:37:18 +01:00
parent 16efab25a3
commit 921457b934
3 changed files with 7 additions and 1 deletions
+3
View File
@@ -1,10 +1,13 @@
from gsmmodem import GsmModem
from pojo.contact_pojo import ContactPojo
class SerialModem():
ccid: str
phone_number: str
modem: GsmModem
contact: ContactPojo
def __init__(self, modem: GsmModem):
self.modem = modem