A small framework to model user interactions (information, confirmation, input request, choice, file chooser)
# Interactions  A small framework to model user interactions (information, confirmation, input request, choice, file chooser) ## install it ### execute this ```smalltalk Metacello new repository: 'github://pharo-contributions/Interactions:master'; baseline: 'Interactions'; onConflictUseIncoming; load. ```