From e9555c891a745fdd788ab5a09f7da3e543e17e8f Mon Sep 17 00:00:00 2001 From: shenjackyuanjie <3695888@qq.com> Date: Thu, 25 Mar 2021 23:27:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=86=E5=A4=87=E6=90=9E=E7=82=B9=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Difficult_Rocket.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Difficult_Rocket.py b/Difficult_Rocket.py index 46f357e..78a15c9 100644 --- a/Difficult_Rocket.py +++ b/Difficult_Rocket.py @@ -8,6 +8,9 @@ mail: 3695888@qq.com or shyj3695888@163.com QQ: 3695888""" if __name__ == '__main__': + import sys + sys.path.append('./') + sys.path.append('./bin/libs') from bin import main print(hi) game = main.Game()