diff --git a/aman/types/Inbound.py b/aman/types/Inbound.py new file mode 100644 index 0000000..a670f49 --- /dev/null +++ b/aman/types/Inbound.py @@ -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