#!/usr/bin/python2 -s
"""Small script to execute the igraph command line interface"""
from igraph.app.shell import main
main()
