#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""
Oroboros-Mercurial command-line utilities.

"""

import oroboros.cli.hgrepo

# End.
