walkasjesus / walkasjesus_framework

This is the Jesus Commandments Application which is build in a Python Framework
GNU General Public License v3.0
1 stars 0 forks source link

Remove the import_tool #108

Open Ikbengeenrobot opened 4 years ago

Ikbengeenrobot commented 4 years ago

The import command is now split between the import tool and the import command in the framework. At the moment having a separate tool does not make it easier to maintain the software. If we move the code to the framework, import and export code is closer together and easier to update both import and export command when we change the .csv file structure.