#!/usr/bin/env python3 """Command-line interface for trovedb""" from ._cli_main import main main()