From 4f6088d4967b5423d9f063e526f38481d93c6877 Mon Sep 17 00:00:00 2001 From: ArthurBreEpsi <77726871+ArthurBreEpsi@users.noreply.github.com> Date: Mon, 8 Jul 2024 12:53:10 +0200 Subject: [PATCH] Update create_db.py --- create_db.py | 1 + 1 file changed, 1 insertion(+) diff --git a/create_db.py b/create_db.py index 72d1ab49..bbf32850 100644 --- a/create_db.py +++ b/create_db.py @@ -1,5 +1,6 @@ import sqlite3 +//ceci est un test connection = sqlite3.connect('database.db') with open('schema.sql') as f: