소스 검색

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