Е
Size: a a a
Е
F
A
class MyWorkCell:
def __init__(self, input_data:dict):
self.ID = input_data['ID']
<ETC>
def is_it_alive(self):
<send message in this method>
*****main function******
if __name__ == '__main__':
src_json = json.loads('source,json')
my_cells = [MyWorkCell(data) for data in src_json]
while True:
for cell in my_cells:
cell.is_it_alive()
A
MO
A
MO
MO
A
A
W
D
AD
D
I
$
I
I
S/
IL