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