#!/bin/sh

python3 <<EOF
import gi
gi.require_version("Hkl", "5.0")
from gi.repository import Hkl

factory = Hkl.factories()['K6C']
EOF
