From d84753f43f8043a1bfcd2d9b51407c2db90a0bd9 Mon Sep 17 00:00:00 2001
From: Benedikt Seeger <benedikt.seeger@ptb.de>
Date: Wed, 17 May 2023 09:01:34 +0200
Subject: [PATCH] first version

---
 main.py   | 16 ++++++++++++++++
 sinetools |  1 +
 2 files changed, 17 insertions(+)
 create mode 100644 main.py
 create mode 160000 sinetools

diff --git a/main.py b/main.py
new file mode 100644
index 0000000..76d0e8c
--- /dev/null
+++ b/main.py
@@ -0,0 +1,16 @@
+# This is a sample Python script.
+
+# Press Umschalt+F10 to execute it or replace it with your code.
+# Press Double Shift to search everywhere for classes, files, tool windows, actions, and settings.
+
+
+def print_hi(name):
+    # Use a breakpoint in the code line below to debug your script.
+    print(f'Hi, {name}')  # Press Strg+F8 to toggle the breakpoint.
+
+
+# Press the green button in the gutter to run the script.
+if __name__ == '__main__':
+    print_hi('PyCharm')
+
+# See PyCharm help at https://www.jetbrains.com/help/pycharm/
diff --git a/sinetools b/sinetools
new file mode 160000
index 0000000..65aaac4
--- /dev/null
+++ b/sinetools
@@ -0,0 +1 @@
+Subproject commit 65aaac4a798757b8413fabfa4fa45ad85cad8886
-- 
GitLab