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

module Chotto
  Config = Struct.new(:database_path, :db_class, :only_new)
end