#!/usr/bin/env python

from pylispng.lisp import Lisper

lisp = Lisper()
lisp.repl()
