Sha256: 80bb664421a251d185eea15e7d9ca3533832f5cacc8327708b8aa75838f1c2f7
Contents?: true
Size: 551 Bytes
Versions: 23
Compression:
Stored size: 551 Bytes
Contents
# frozen_string_literal: true require 'json' require 'fileutils' module Appydave module Tools module Configuration # Specific configuration classes class SettingsConfig < ConfigBase def initialize super('settings') end end # class GptContextConfig < ConfigBase # def initialize # super('gpt_context') # end # end # class ImageMoverConfig < ConfigBase # def initialize # super('image_mover') # end # end end end end
Version data entries
23 entries across 23 versions & 1 rubygems