From ccc4c0f25de146f075139cb0e2ce67a64977af0b Mon Sep 17 00:00:00 2001 From: p246ncv3o <1483875963@qq.com> Date: Sat, 1 Jun 2024 16:54:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E8=A1=8C=E8=AF=A5=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=8D=B3=E5=8F=AF=E8=BF=9B=E5=85=A5=E6=A4=8D=E7=89=A9=E5=A4=A7?= =?UTF-8?q?=E6=88=98=E5=83=B5=E5=B0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 main.py diff --git a/main.py b/main.py new file mode 100644 index 0000000..9421809 --- /dev/null +++ b/main.py @@ -0,0 +1,6 @@ +import pygame as pg +from source.main import main + +if __name__=='__main__': + main() + pg.quit() \ No newline at end of file