#!/usr/bin/env python

import sys
import parti.scripts.repl

parti.scripts.repl.main(sys.argv)
