4 lines
58 B
Python
4 lines
58 B
Python
#handles the database interactions
|
|
|
|
import sqlite3 as sql
|
#handles the database interactions
|
|
|
|
import sqlite3 as sql
|