Update main.py

main
Irina Ternovaja 2024-01-29 10:07:26 +00:00
parent 66c81fe557
commit 82c7de5db5
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ import controls
from pygame.sprite import Group from pygame.sprite import Group
from stats import Stats from stats import Stats
from scores import Scores from scores import Scores
from enemy import Enemy
def run(): def run():
pygame.init() pygame.init()