IDEMSInternational / rapidpro-flow-toolkit

Toolkit for using spreadsheets to create and modify RapidPro flows
GNU Lesser General Public License v2.1
3 stars 1 forks source link

Merge all sheet reader modules into one #105

Closed istride closed 8 months ago

istride commented 8 months ago

This is a more "Pythonic" organisation. Sheet reader classes are separate, but closely related in terms of function. It is likely that more than one type of sheet reader will be required at the point of use, so grouping them in one module makes it less awkward to import.