From 5a686b0f92825bec4f30990c8a3ac4d6e1ca0b20 Mon Sep 17 00:00:00 2001 From: ada-dmitry Date: Mon, 29 Jan 2024 09:44:25 +0300 Subject: [PATCH] init --- hub/main.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hub/main.py diff --git a/hub/main.py b/hub/main.py new file mode 100644 index 0000000..7df869a --- /dev/null +++ b/hub/main.py @@ -0,0 +1 @@ +print("Hello, World!")