#!/bin/bash
export PYTHONPATH="/usr/share/small-tool/lib:$PYTHONPATH"
python3 /usr/share/small-tool/main.py "$@"
