7 lines
113 B
Python
7 lines
113 B
Python
# TODO Database verbindung herstellen
|
|
|
|
# Database Verbinungsdaten
|
|
|
|
user = 'root'
|
|
password = ''
|
|
host = 'localhost' |