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: