Initial commit: extracted from impostor-bbs gems/bbs
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
7
lib/bbs/config.rb
Normal file
7
lib/bbs/config.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module BBS
|
||||
class Config
|
||||
attr_accessor :screens_dir, :flow
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user