7 lines
126 B
Plaintext
7 lines
126 B
Plaintext
|
#!/usr/bin/env python
|
||
|
|
||
|
from hy.lang.importer import _hy_import_file
|
||
|
import sys
|
||
|
|
||
|
mod = _hy_import_file(sys.argv[1], '<stdin>')
|