#!/usr/bin/env python3

from gitty import *

# this calls setup, then passes the results of that to the command handler, then exits with its return value
exit(command_handler(setup({})))
