#!/usr/bin/python2
# -*- coding: utf-8 -*-

from dispcalGUI.main import main

main("scripting-client")
