#!/usr/bin/env python

from repositorytools.cli.commands import repo

if __name__ == "__main__":
    repo.RepoCLI().run()
