initial commit
This commit is contained in:
parent
70e8078c57
commit
c9a3beccb5
6
main.py
Normal file
6
main.py
Normal file
@ -0,0 +1,6 @@
|
||||
import pygame
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
pygame.init()
|
||||
running = True
|
@ -1 +0,0 @@
|
||||
sample text
|
Loading…
Reference in New Issue
Block a user