mtcontact to mcontact

This commit is contained in:
pdxlocations
2025-03-26 22:27:03 -07:00
parent 3df012dd69
commit 66a9954149
16 changed files with 61 additions and 61 deletions

2
.vscode/launch.json vendored
View File

@@ -6,7 +6,7 @@
"type": "debugpy",
"request": "launch",
"cwd": "${workspaceFolder}",
"module": "mtcontact.main",
"module": "mcontact.main",
"args": []
}
]