#!/usr/bin/env bash
if [[ ! $@ ]]; then
	python3.8 -m fm -h
else
	python3.8 -m fm $@
fi
