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

module Chotto
  class Config
    attr_accessor :database_path
  end
end