#!/usr/bin/env python

from repositorytools.cli.commands import artifact

if __name__ == "__main__":
    artifact.ArtifactCLI().run()
