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
One can import Python modules in Déjà Vu like such:
import "antigravity"
It expects the module to define a dictionary (or dictionary-like object) called DEJA_VU. The keys and values in it will be set as variables at the closure level.