#! /usr/bin/env ruby # -*- coding: UTF-8 -*- module Zorglub VERSION = '0.1.0' end require 'zorglub/node' require 'zorglub/app' # EOF