#!/bin/sh

python -c "
from photini import editor
editor.main()
"

