ITR model update code

This commit is contained in:
2025-11-30 16:24:49 +05:30
parent 602c87148d
commit d9a86f41a1
33 changed files with 1790 additions and 346 deletions

View File

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