module Mozzn

Constants

VERSION

Public Class Methods

start() click to toggle source
# File lib/mozzn.rb, line 10
def start 
  # Invoke our CLI
  Mozzn::Cli.start
end