#!python
# Copyright 2020, Ryan P. Kelly.

from fatpacker.cli import App


app = App()
app.run()
