overview
The darktable library is the main entry point for all access to the darktable internals. To access the darktable specific functions you must load the darktable environment:
darktable = require "darktable"
All functions and data are accessed through the darktable module.