#!/usr/bin/env python
# Copyright 2017-2019, Ryan P. Kelly.

from spindrift.cli import App


app = App()
app.run()
