Initial Commit

This commit is contained in:
Swapnil9693
2025-10-27 13:10:36 +05:30
parent 45388d0b5e
commit 9825200898
333 changed files with 7078 additions and 3043 deletions

View File

@@ -15,4 +15,4 @@ def get_db_connection():
user=MYSQL_USER,
password=MYSQL_PASSWORD,
database=MYSQL_DB
)
)