From 5e42f62373cae353adb7ba8426c0fb3a92735c13 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Mon, 17 Apr 2023 12:07:22 +0200 Subject: [PATCH] moved sources to src dir --- adder.py => src/adder.py | 0 args.py => src/args.py | 0 class-incest.py => src/class-incest.py | 0 hello.py => src/hello.py | 0 randomString.py => src/randomString.py | 0 simple-calc.py => src/simple-calc.py | 0 stopwatch.py => src/stopwatch.py | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename adder.py => src/adder.py (100%) rename args.py => src/args.py (100%) rename class-incest.py => src/class-incest.py (100%) rename hello.py => src/hello.py (100%) rename randomString.py => src/randomString.py (100%) rename simple-calc.py => src/simple-calc.py (100%) rename stopwatch.py => src/stopwatch.py (100%) diff --git a/adder.py b/src/adder.py similarity index 100% rename from adder.py rename to src/adder.py diff --git a/args.py b/src/args.py similarity index 100% rename from args.py rename to src/args.py diff --git a/class-incest.py b/src/class-incest.py similarity index 100% rename from class-incest.py rename to src/class-incest.py diff --git a/hello.py b/src/hello.py similarity index 100% rename from hello.py rename to src/hello.py diff --git a/randomString.py b/src/randomString.py similarity index 100% rename from randomString.py rename to src/randomString.py diff --git a/simple-calc.py b/src/simple-calc.py similarity index 100% rename from simple-calc.py rename to src/simple-calc.py diff --git a/stopwatch.py b/src/stopwatch.py similarity index 100% rename from stopwatch.py rename to src/stopwatch.py