call it from the command line:
python ./tabular_to_sql.py ./example_1_Tabular.zip
or in your script:
import tabular_to_sql
tabular_to_sql.convert("example_1_Tabular.zip", "sqlite:///example_1.db", "quest.json")
python ./get_export.py --url 'https://demo.mysurvey.solutions' --username api_user --password pass1234