From 1e8761d7b04318b85e2c67920d3fb1fc0b5f2249 Mon Sep 17 00:00:00 2001 From: Lucy Joshua <43093984+notBscalE@users.noreply.github.com> Date: Sun, 29 Jan 2023 20:51:35 +0200 Subject: [PATCH] Changing structure --- BotYamPoster.py => src/BotYamPoster.py | 0 main.py => src/main.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename BotYamPoster.py => src/BotYamPoster.py (100%) rename main.py => src/main.py (100%) diff --git a/BotYamPoster.py b/src/BotYamPoster.py similarity index 100% rename from BotYamPoster.py rename to src/BotYamPoster.py diff --git a/main.py b/src/main.py similarity index 100% rename from main.py rename to src/main.py