From 80318e8576c99b3785ddae5d51ef58eeb93af59f Mon Sep 17 00:00:00 2001 From: Vita Aeterna <75674735+VitaAetaerna@users.noreply.github.com> Date: Wed, 7 Jun 2023 09:27:08 +0200 Subject: [PATCH] Rename main.py to BrightnessRotation.py --- main.py => BrightnessRotation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename main.py => BrightnessRotation.py (95%) diff --git a/main.py b/BrightnessRotation.py similarity index 95% rename from main.py rename to BrightnessRotation.py index 8630eae..176d86b 100644 --- a/main.py +++ b/BrightnessRotation.py @@ -98,4 +98,4 @@ def main(): return 0 if __name__ == "__main__": - main() \ No newline at end of file + main()