فهرست منبع

introduce a inbound class to prepare the collection of internal data

Sven Czarnian 3 سال پیش
والد
کامیت
1561335e1b
1فایلهای تغییر یافته به همراه7 افزوده شده و 0 حذف شده
  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