require"http/server"require"ecr/macros"require"json"require"yaml"require"secure_random"require"sqlite3"moduleGuff# TODO: think about versioning a bit (semantic, datestamp, etc)VERSION="20160715"endrequire"./guff/**"# allow cli invocationGuff::CLI.run($0,ARGV)