8 lines
158 B
Python
8 lines
158 B
Python
|
# TODO Database verbindung herstellen
|
||
|
|
||
|
# Database Verbindungsdaten
|
||
|
|
||
|
user = 'root'
|
||
|
password = ''
|
||
|
host = 'localhost'
|
||
|
json_file = 'assets/questions_answers.json'
|