7 lines
80 B
Python
7 lines
80 B
Python
|
import pygame
|
||
|
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
pygame.init()
|
||
|
running = True
|