This package help to import csv file and push data to MYSQL
Install python-mysql which can be installed from: https://dev.mysql.com/doc/connector-python/en/ For debian and ubuntu user:
sudo apt install python-mysql
inside /db/configure.py
configure = {
'user': <username>
'password': <password>
'database': <database_name>
}