Refactor one-time program setup to a separate ‘main’ function. diff --git a/adventure/__main__.py b/adventure/__main__.py index 9900a1a..d9e239c 100644
Move exception handling and exit status choice into ‘main’ function. diff --git a/adventure/__main__.py b/adventure/__main__.py index 47b741c..0b0d254 100644