lib/meshtastic/localonly.rb



# frozen_string_literal: true

require 'meshtastic/localonly_pb'

# Plugin used to interact with Meshtastic nodes
module Meshtastic
  module Localonly
    # Author(s):: 0day Inc. <support@0dayinc.com>

    public_class_method def self.authors
      "AUTHOR(S):
        0day Inc. <support@0dayinc.com>
      "
    end

    # Display Usage for this Module

    public_class_method def self.help
      puts "USAGE:
        #{self}.authors
      "
    end
  end
end