#!/usr/bin/env python
# Command-line interface (CLI) for the Voxel51 Platform API.
#
# Copyright 2017-2019, Voxel51, Inc.
# voxel51.com
#
from voxel51.cli.cli import main

main()
