#!/usr/bin/env python3 # # Copyright (c) 2017 Weitian LI # MIT license # # Weitian LI # 2017-02-11 """ Manage the analysis results in YAML format. """ from _context import acispy from acispy import results if __name__ == "__main__": results.main()