#!python

from subprocess import call
import pymath.pymath as pymath
from os.path import abspath

path = abspath(pymath.__file__)

call(['python', '-i', path])
