Initial commit

This commit is contained in:
2025-09-18 11:33:28 +05:30
commit 602c87148d
34 changed files with 2906 additions and 0 deletions

7
config.py Normal file
View File

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