#!/usr/bin/env python

import shoppinglist.cli

if __name__ == '__main__':
    shoppinglist.cli.cli()
