#!/usr/bin/python3
import icehms.tools

if __name__ == "__main__":
    icehms.tools.run_servers()

