can read contact info from excel
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user