Pārlūkot izejas kodu

introduce a inbound class to prepare the collection of internal data

Sven Czarnian 3 gadi atpakaļ
vecāks
revīzija
1561335e1b
1 mainītis faili ar 7 papildinājumiem un 0 dzēšanām
  1. 7 0
      aman/types/Inbound.py

+ 7 - 0
aman/types/Inbound.py

@@ -0,0 +1,7 @@
+#!/usr/bin/env python
+
+from aman.com import AircraftReport_pb2
+
+class Inbound:
+    def __init__(self, report : AircraftReport_pb2.AircraftReport):
+        self.report = report