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
modules # NameError: name 'modules' is not defined
from modules import MODULE # ModuleNotFoundError: No module named 'modules'
import MODULE # works
Pyscript's docs state that modules are available in the modules namespace. However, they seem to be available directly in the global namespace instead.