#!/bin/bash
# -*- coding: utf-8 -*-

KUFR_HOME=`dirname "$0"`
exec python3 "${KUFR_HOME}/kufr.py"
