Add shebang line

This commit is contained in:
filifa
2024-03-19 20:38:20 -05:00
parent f00539f64d
commit af0ec4a135
Regular → Executable
+2
View File
@@ -1,3 +1,5 @@
#!/usr/bin/env python3
import pygame import pygame
import sys import sys
from pygame.locals import * from pygame.locals import *