From e2e0073ca1033fcb09bf8396bc74e4dfa3229f18 Mon Sep 17 00:00:00 2001 From: sudosnok Date: Sat, 26 Mar 2022 16:19:17 +0000 Subject: [PATCH] Reshuffling --- __init__.py => Github/__init__.py | 0 exceptions.py => Github/exceptions.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename __init__.py => Github/__init__.py (100%) rename exceptions.py => Github/exceptions.py (100%) diff --git a/__init__.py b/Github/__init__.py similarity index 100% rename from __init__.py rename to Github/__init__.py diff --git a/exceptions.py b/Github/exceptions.py similarity index 100% rename from exceptions.py rename to Github/exceptions.py