From 661a4571f9c7112581f247d4f15d12562ac4466d Mon Sep 17 00:00:00 2001 From: ofir-frd <85901822+ofir-frd@users.noreply.github.com> Date: Mon, 17 Feb 2025 11:55:00 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 9b9785ce..889994a1 100644 --- a/setup.py +++ b/setup.py @@ -3,3 +3,5 @@ from setuptools import setup setup() + +print("Hi")