1#!/usr/bin/env python3 2 3if __name__ == "__main__": 4 from chart.products.pus.packetdef_tool import main 5 6 main()