import sqlite3 DB_CON = sqlite3.connect("database.db") DB_CUR = DB_CON.cursor()