from FlexPE import FlexPE
class Transport:
@staticmethod
def outbound(raw):
FlexPE.outbound(raw)
def registerDestination(destination):
FlexPE.addDestination(destination)