Experiment: Try loading multiple Python modules in Pyodide #53
Labels
good first issue
Good for newcomers
heat-app-js
Issues related to the HEAT app frontend
rules-engine
Issues related to the Python rules engine
If we split the rules engine into multiple files, will Pyodide be able to load the modules correctly?
Try creating one Python file that loads another one (through import). Try loading the first file with Pyodide. Is the second module available for use, or does that file have to also be loaded separately with Pyodide?
The text was updated successfully, but these errors were encountered: