new framework

This commit is contained in:
2026-05-12 22:15:07 +02:00
parent be21826ecc
commit 953498a62d
24 changed files with 2410 additions and 180 deletions

View File

@@ -122,6 +122,10 @@ module BBS
def tui(definition)
@steps << { type: :tui, definition: definition }
end
def app(definition)
@steps << { type: :app, definition: definition }
end
end
class MenuBuilder