Files
IncomeTaxSystem/config.py
2025-09-18 11:33:28 +05:30

8 lines
133 B
Python

db_config = {
'host': 'localhost',
'user': 'root',
'password': 'admin',
'database': 'income_tax',
'port': 3306
}