#!/usr/bin/python3
# -*- coding: utf-8 -*-
import sys
from evoctl.cli import app

if __name__ == '__main__':
    app()
