#!/usr/bin/python3
# -*- coding:utf-8; tab-width:4; mode:python -*-

import sys
sys.path.insert(0, '.')

from ripio import cli

cli.main()
