#!python
#
# Command-line tool for Lambada

import sys

from lambadalib import cmdline

sys.exit(cmdline.execute())
