import sqlite3 def connect(): connection = sqlite3.connect('../data/imok.db') return connection.cursor()