From 3b6876d7c4e7202a4c2624d2b564b698d7cc028e Mon Sep 17 00:00:00 2001 From: march3 Date: Sat, 8 Apr 2023 20:31:08 +0800 Subject: [PATCH] =?UTF-8?q?Python=E8=B6=85=E4=BA=BA-=E5=AE=87=E5=AE=99?= =?UTF-8?q?=E6=A8=A1=E6=8B=9F=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sim_scenes/{earth => science}/free_fall_of_ball.py | 0 sim_scenes/{earth => science}/parabolic_curve.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename sim_scenes/{earth => science}/free_fall_of_ball.py (100%) rename sim_scenes/{earth => science}/parabolic_curve.py (100%) diff --git a/sim_scenes/earth/free_fall_of_ball.py b/sim_scenes/science/free_fall_of_ball.py similarity index 100% rename from sim_scenes/earth/free_fall_of_ball.py rename to sim_scenes/science/free_fall_of_ball.py diff --git a/sim_scenes/earth/parabolic_curve.py b/sim_scenes/science/parabolic_curve.py similarity index 100% rename from sim_scenes/earth/parabolic_curve.py rename to sim_scenes/science/parabolic_curve.py -- GitLab