Add shebang line

This commit is contained in:
filifa 2024-03-19 20:38:20 -05:00
parent f00539f64d
commit af0ec4a135
1 changed files with 2 additions and 0 deletions

2
main.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import pygame
import sys
from pygame.locals import *