#!/bin/sh

python3 <<EOF
import gi
gi.require_version('Itl', '1.0')
from gi.repository import Itl

prayer = Itl.Prayer()
prayer.setMethod(0);
EOF

