From ca74b5c55a19666ab53d0700f34055ff1d3d3be1 Mon Sep 17 00:00:00 2001 From: JensFalk Date: Sat, 6 Jun 2026 19:42:26 +0200 Subject: [PATCH] =?UTF-8?q?nexterp=5Fcustom/=5F=5Finit=5F=5F.py=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nexterp_custom/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 nexterp_custom/__init__.py diff --git a/nexterp_custom/__init__.py b/nexterp_custom/__init__.py new file mode 100644 index 0000000..b3c06d4 --- /dev/null +++ b/nexterp_custom/__init__.py @@ -0,0 +1 @@ +__version__ = "0.0.1" \ No newline at end of file