introduce a inbound class to prepare the collection of internal data
Cette révision appartient à :
7
aman/types/Inbound.py
Fichier normal
7
aman/types/Inbound.py
Fichier normal
@@ -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
|
||||
Référencer dans un nouveau ticket
Bloquer un utilisateur