main.lua
-- Set package path to include the root and the current directory package.path = package.path .. ';../../?.lua;./?.lua' local pf = require('orbit') -- TODO: Implement logic for orbit-workflow local function main() print('Running orbit-workflow') end main()