HXLStandard / libhxl-python

Python support library for the Humanitarian Exchange Language (HXL) data standard.
The Unlicense
41 stars 11 forks source link

Use an object for input options #289

Closed davidmegginson closed 2 years ago

davidmegginson commented 2 years ago

The list of input options is too long; use an object to hold them.

davidmegginson commented 2 years ago

Added the class hxl.input.InputOptions to hold all options.