From 9945139e9b455a584372d9910b2fec405bf9e800 Mon Sep 17 00:00:00 2001 From: Niklas Peng Date: Fri, 30 May 2025 19:49:35 +0200 Subject: [PATCH] =?UTF-8?q?src/=5F=5Finit=5F=5F.py=20gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/__init__.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/__init__.py diff --git a/src/__init__.py b/src/__init__.py deleted file mode 100644 index e3631e1..0000000 --- a/src/__init__.py +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- - -"""AI-supported lightweight code editor package.""" - -__version__ = "0.1.0"