# Whatever your program needs to do to get its data can be done
# either here in this function directly, or elsewhere with
# modification to the global variable `wx_data`.
+ #
+ # NOTE: The LOG class from infoex-autowx is available, so you may
+ # issue e.g. LOG.info('some helpful information') in your
+ # program.
return wx_data