#!/usr/bin/python
#coding=utf-8
'''
A mini screen shot in python
'''

from pycutter import start_window

start_window()
