def main():
    print('test>')
    app = Application(LIST_OF_ALGORITHMS)
    app.init_main_loop()
    return 0