#!python


if __name__ == '__main__':
    import sys
    import degirocli.history
    res = degirocli.history.run_cli()
    sys.exit(res)
