3 lines
106 B
Python
3 lines
106 B
Python
from hy.importer import import_file_to_module
|
|
__hymain__ = import_file_to_module('__hymain__', 'main.hy')
|