From 91b7b48157f072811dc471a9677a6c970b264754 Mon Sep 17 00:00:00 2001
From: linopino <lasse.pikkemaat@web.de>
Date: Fri, 21 Mar 2025 15:33:42 +0100
Subject: [PATCH] Structure

Project structure
---
 .gitignore                         | 0
 requirements.txt                   | 0
 README.md => src/README.md         | 0
 Test.py => src/Test.py             | 0
 src/__init__.py                    | 0
 calculator.py => src/calculator.py | 0
 Counter.py => src/counter.py       | 0
 src/main.py                        | 0
 src/romannumerlas.py               | 0
 9 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 requirements.txt
 rename README.md => src/README.md (100%)
 rename Test.py => src/Test.py (100%)
 create mode 100644 src/__init__.py
 rename calculator.py => src/calculator.py (100%)
 rename Counter.py => src/counter.py (100%)
 create mode 100644 src/main.py
 create mode 100644 src/romannumerlas.py

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e69de29
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..e69de29
diff --git a/README.md b/src/README.md
similarity index 100%
rename from README.md
rename to src/README.md
diff --git a/Test.py b/src/Test.py
similarity index 100%
rename from Test.py
rename to src/Test.py
diff --git a/src/__init__.py b/src/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/calculator.py b/src/calculator.py
similarity index 100%
rename from calculator.py
rename to src/calculator.py
diff --git a/Counter.py b/src/counter.py
similarity index 100%
rename from Counter.py
rename to src/counter.py
diff --git a/src/main.py b/src/main.py
new file mode 100644
index 0000000..e69de29
diff --git a/src/romannumerlas.py b/src/romannumerlas.py
new file mode 100644
index 0000000..e69de29
-- 
GitLab