Initial commit

This commit is contained in:
2024-09-28 10:42:30 +03:00
commit 9b81cf34be
107 changed files with 3964 additions and 0 deletions

8
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"files.exclude": {
"**/*.rpyc": true,
"**/*.rpa": true,
"**/*.rpymc": true,
"**/cache/": true
}
}