You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the applet action does some kinda janky reflection to load applets, which is fine for standalone files and the like, but for more complex applets/frameworks we should provide a Python Entry Point mechanism to make this more flexible
Currently the
appletaction does some kinda janky reflection to load applets, which is fine for standalone files and the like, but for more complex applets/frameworks we should provide a Python Entry Point mechanism to make this more flexible