introduce a inbound class to prepare the collection of internal data

This commit is contained in:
Sven Czarnian
2021-09-03 23:34:26 +02:00
parent b516333ede
commit 1561335e1b

7
aman/types/Inbound.py Normal file
View File

@@ -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