module SPACEX VERSION = '1.0.0'.freeze ROOT_URI = 'https://api.spacexdata.com/v3'.freeze def self.help puts 'https://github.com/rodolfobandeira/spacex' end end