What is the sense of the mod.js file which transcrypt is generating when compiling javascript code from the Python code? I understand that it seems to hold the pure routine compiled to Javascript which one has written in Python without any extensions or whatsoever.
Could it be used directly in the html file by embedding it into the code? If yes how could it be done? This would give quite a short code which had been written orginally in Python - which makes it easier to develop and to read. I have experimented with it and you can even mix Javascript elements with Python code directly - if you know what you are doing. I can post an example if it is wished.