summaryrefslogtreecommitdiff
path: root/lib/leap_cli/config/sources.rb
blob: aee860de8c035883f749bf138865ac5e175ef653 (plain)
1
2
3
4
5
6
7
8
9
10
11
# encoding: utf-8
#
# A class for the sources.json file
#

module LeapCli
  module Config
    class Sources < Object
    end
  end
end