#!/usr/bin/env python
# coding=utf-8
import livecoding.gui


if __name__ == '__main__':
    livecoding.gui.main(__file__)
