aboutsummaryrefslogtreecommitdiff
path: root/lib/chotto/config.rb
blob: 2edfcc8026e2a218632c8bfbf59ecec7ddb8069c (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module Chotto
  class Config
    attr_accessor :database_path, :db_class
  end
end