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