#!/usr/bin/env python3
import taskplot
if __name__ == '__main__':
    taskplot.cli()
