#!/usr/bin/env python3

from ice_client.IceClient import IceClient


if __name__ == '__main__':
    IceClient()
