Files
IncomeTaxSystem/config.py

8 lines
133 B
Python
Raw Normal View History

2025-09-18 11:33:28 +05:30
db_config = {
'host': 'localhost',
'user': 'root',
'password': 'admin',
'database': 'income_tax',
'port': 3306
}