Hello, I cannot figure out what to import in order to use the constants LTR and RTL in a plugin. In scripts, I don’t need to import anything, but in plugins, if I reference the LTR constant, I get a NameError.
Using from GlyphsApp import * works, but that’s a bit overkill. Experimenting (because I have no idea what I’m doing) and writing from GlyphsApp import CONSTANTS doesn’t work either.