#!/home/passala/miniconda3/envs/py39/bin/python """Small script to execute the igraph command line interface""" from igraph.app.shell import main main()