#! /usr/bin/python3
from indico_install import indico_cli

if __name__ == "__main__":
    indico_cli(obj={})
