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