introduce a inbound class to prepare the collection of internal data
This commit is contained in:
7
aman/types/Inbound.py
Normal file
7
aman/types/Inbound.py
Normal 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
|
||||
Reference in New Issue
Block a user