8 lines
115 B
Python
8 lines
115 B
Python
# TODO Database verbindung herstellen
|
|
|
|
# Database Verbindungsdaten
|
|
|
|
user = 'root'
|
|
password = ''
|
|
host = 'localhost'
|