From d9a8b5cacf10a9b097ce6b742216a8a3a5f3505b Mon Sep 17 00:00:00 2001 From: Sudhansh Yelishetty <44008102+ysudhansh@users.noreply.github.com> Date: Tue, 11 Dec 2018 21:48:51 +0400 Subject: [PATCH] Update main.py Clean up code. --- main.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/main.py b/main.py index 27eb3c3..87ea4d2 100644 --- a/main.py +++ b/main.py @@ -1,7 +1,4 @@ -import pygame -import sys -import random -import math +import pygame, sys, random, math from pygame.locals import QUIT, KEYUP