Esempio n. 1
0
    def __init__(self):
        self.db_connection = DBConnection.DBConnectionInit()
        self.db_cursor = db_connection.cursor()
        self.DBConnection.DBTableCreation(db_cursor)

        assert use_sql, 'Need to have `mysql` installed and functioning before SQLSaver can be used'