8 lines
133 B
Python
8 lines
133 B
Python
db_config = {
|
|
'host': 'localhost',
|
|
'user': 'root',
|
|
'password': 'admin',
|
|
'database': 'income_tax',
|
|
'port': 3306
|
|
}
|