introduce a inbound class to prepare the collection of internal data

Cette révision appartient à :
Sven Czarnian
2021-09-03 23:34:26 +02:00
Parent b516333ede
révision 1561335e1b

7
aman/types/Inbound.py Fichier normal
Voir le fichier

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