#!/usr/bin/python3

import sys

from tools.flight_recorder.fr_trace import main


if __name__ == "__main__":
    sys.exit(main())
