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