Skip to content
gvx edited this page Apr 13, 2011 · 2 revisions

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.

Clone this wiki locally