Workaround for Pyscript Importing Folder by Compiling Wheel
2024/03/24: Updated for new version of py-config Why Currently, we cannot import a folder of python package in pyscript, for example: ├── index.html ├── myapp8763 │ ├── init.py │ └── funcs.py The below script will result in error. <py-script> ...
