Features
* Added a new command line program, `belay`. Run `belay --help` for more information.
* Currently only one supported action, `sync`, to sync a folder to the device's root.
* Added the public method `Device.close()` to gracefully close device connection (Partially addresses 14).
* Support decorating generator functions with the `task` decorator (Addresses 15).
* `print` calls from device are now forwarded to host's `stdout`. User print statements **must not** begin with `_BELAY`, as these are reserved for internal use.