Pygame-test changed import User class to modules folder

This commit is contained in:
2024-01-07 10:54:35 +01:00
parent 45c730a174
commit 6221fd49a4
2 changed files with 1 additions and 130 deletions

View File

@@ -2,6 +2,7 @@ import pygame
import pygame_menu
import random as rand
from copy import deepcopy
import modules.User
pygame.init()
MAINSCREEN_SIZE = (1024,768)