aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/results.py
blob: c3c2379838d7f610add95169a66de12cc36abfb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/env python3
#
# Copyright (c) 2017 Weitian LI <liweitianux@live.com>
# 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()