#!/usr/bin/env python3

"""Run doccmd."""

from doccmd import main

main()
