Read the score database in MenuState.
This commit is contained in:
7
database.py
Normal file
7
database.py
Normal file
@@ -0,0 +1,7 @@
|
||||
############################################
|
||||
# Created on 1-13-2013. Miguel Angel Astor #
|
||||
############################################
|
||||
import sqlite3
|
||||
|
||||
scores = sqlite3.connect('db/scores.db')
|
||||
cursor = scores.cursor()
|
Reference in New Issue
Block a user