#!/usr/bin/env python
# -*- coding: utf-8 -*-

""" Simple command line script to start stpsf in GUI mode """
import stpsf
stpsf.gui()
