K 10 svn:author V 6 kevans K 8 svn:date V 27 2018-02-20T14:45:58.606762Z K 7 svn:log V 326 stand/lua: Consistently organize modules We follow pretty closely the following structure of a module: 1. Copyright notice 2. Module requires 3. Module local declarations 4. Module local definitions 5. Module exports 6. return Re-organize the one-offs (config/drawer) and denote the start of module exports with a comment. END