9 lines
63 B
Python
9 lines
63 B
Python
|
#handles the database interactions
|
||
|
|
||
|
import sqlite3 as sql
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|