From 105183348254946d8b7e59c5545f74469b0cacc2 Mon Sep 17 00:00:00 2001
From: Subliminal Guy <subliminal_kid@posteo.de>
Date: Wed, 23 Apr 2025 12:50:08 +0200
Subject: [PATCH] Add devcontainer.json

---
 devcontainer.json | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 devcontainer.json

diff --git a/devcontainer.json b/devcontainer.json
new file mode 100644
index 0000000..f334e39
--- /dev/null
+++ b/devcontainer.json
@@ -0,0 +1,3 @@
+{
+    "image": "mcr.microsoft.com/devcontainers/python:3.12"
+  }
\ No newline at end of file
-- 
GitLab