Add files via upload

This commit is contained in:
Stalin
2025-01-30 13:58:23 +05:30
committed by GitHub
commit 70ed6143e0
35 changed files with 18344 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Python: Kavithai",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/Kavithai.py",
"console": "integratedTerminal"
}
]
}