From f50d166f80adcfaaa30a62c1e0b25bfc9d76a2a4 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 21 Feb 2017 20:17:39 +0800 Subject: Move various Python tools from 'scripts/' to 'bin/' --- bin/results.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 bin/results.py (limited to 'bin/results.py') diff --git a/bin/results.py b/bin/results.py new file mode 100755 index 0000000..d325dc3 --- /dev/null +++ b/bin/results.py @@ -0,0 +1,18 @@ +#!/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() -- cgit v1.2.2