ZennyKenny commited on
Commit
3c77808
ยท
verified ยท
1 Parent(s): 79f396e

import text helper

Browse files
Files changed (1) hide show
  1. database.py +1 -0
database.py CHANGED
@@ -7,6 +7,7 @@ from sqlalchemy import (
7
  Integer,
8
  Float,
9
  insert,
 
10
  )
11
 
12
  # Use a persistent SQLite database file
 
7
  Integer,
8
  Float,
9
  insert,
10
+ text,
11
  )
12
 
13
  # Use a persistent SQLite database file