# frozen_string_literal: true module SPACEX VERSION = '0.0.6' ROOT_URI = 'https://api.spacexdata.com/v2' def self.help puts 'https://github.com/rodolfobandeira/spacex' end end