From 0f5ac310e8a552e320097329e8219aca6aee41ff Mon Sep 17 00:00:00 2001 From: ElectronixTM Date: Sat, 29 Mar 2025 00:31:30 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20=D1=83=D0=B4=D0=B0=D0=BB=D0=B8=D0=BB?= =?UTF-8?q?=20=D0=B8=D0=B7=20=D0=BA=D0=BE=D1=80=D0=BD=D0=B5=D0=B2=D0=BE?= =?UTF-8?q?=D0=B9=20=D0=B4=D0=B8=D1=80=D1=80=D0=B5=D0=BA=D1=82=D0=BE=D1=80?= =?UTF-8?q?=D0=B8=D0=B8=20main.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 main.py diff --git a/main.py b/main.py deleted file mode 100644 index 89cd420..0000000 --- a/main.py +++ /dev/null @@ -1,6 +0,0 @@ -def main(): - print("Hello from dp32-proto!") - - -if __name__ == "__main__": - main()