Parcourir la source

introduce a inbound class to prepare the collection of internal data

Sven Czarnian il y a 3 ans
Parent
commit
1561335e1b
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  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