瀏覽代碼

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