Using hy causes some problems with regards to exporting the project
using pyinstaller.
First, it is not possible to export using a hy file directly. Instead,
one has to write a simple wrapper. The wrapper needs to do three
things:
- Import the
hymode - Import the
hyscript - Call a main or init function of the
hyscript