mirror of
https://github.com/hughrun/ephemetoot
synced 2025-02-18 12:40:41 +01:00
This moves the input() statements into four separate functions taking values. The main reason for doing so was to allow for unit testing, however it also makes the init() function a little clearer. Also, potentially, these input functions can now be used by other functions in future.