#!/usr/bin/env python
import sys

from imagestore.deployment import run


if __name__ == "__main__":
    run(sys.argv[1:])
