#!/usr/bin/env python

from hy.importer import import_file_to_module
import sys

import_file_to_module("<STDIN>", sys.argv[1])
