Initial commit

This commit is contained in:
2026-01-31 11:19:41 +00:00
commit 8887106656
9 changed files with 1602 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM mcr.microsoft.com/devcontainers/python:3.14
WORKDIR /workspace
CMD ["sleep", "infinity"]