#!/usr/bin/env python
# -*- coding: utf-8 -*-
import sys
from owl.cli import run


run(sys.argv[1:])
