#!/usr/bin/env bash

if [[ ! $@ ]]; then
    python3 -m onkopus -h
else
    python3 -m onkopus $@
fi
