neoinfra.rb 129 B

123456
  1. # frozen_string_literal: true
  2. # The supplies all of the various neoinfra info
  3. module NeoInfra
  4. require 'neoinfra/accounts'
  5. end