From 9218fdf5512b2c4de05ab48ed582d97239f03815 Mon Sep 17 00:00:00 2001 From: Apoorv Dixit <64925866+apoorvdixit88@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:12:27 +0530 Subject: [PATCH] pull test 2 --- tetris.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tetris.py b/tetris.py index 5a9d6d9..a61dc0e 100644 --- a/tetris.py +++ b/tetris.py @@ -1,4 +1,4 @@ -import pygame +import pygame #importing pygame import random pygame.font.init()