Files
rubbs/lib/bbs/config.rb
2026-04-28 22:18:57 +02:00

8 lines
105 B
Ruby

# frozen_string_literal: true
module BBS
class Config
attr_accessor :screens_dir, :flow
end
end