8 lines
183 B
Python
8 lines
183 B
Python
#!/usr/bin/env python
|
|
|
|
from aman.com import AircraftReport_pb2
|
|
|
|
class Inbound:
|
|
def __init__(self, report : AircraftReport_pb2.AircraftReport):
|
|
self.report = report
|