# frozen_string_literal: true module GroupMe class Configuration attr_accessor :access_token end end