class Syntropy::App

def file_entry(fn)

def file_entry(fn)
  { fn: fn, kind: FILE_KINDS[File.extname(fn)] || :static }
end