second code commit

This commit is contained in:
2025-11-30 12:55:40 +05:30
parent da70e5436d
commit 5a23b94ec3
34 changed files with 0 additions and 46 deletions

7
config.py Normal file
View File

@@ -0,0 +1,7 @@
db_config = {
'host': 'localhost',
'user': 'root',
'password': 'root',
'database': 'income_tax',
'port': 3306
}