6 lines
101 B
Python
6 lines
101 B
Python
|
import pygame
|
||
|
from Interface import initialize_interface
|
||
|
|
||
|
pygame.init()
|
||
|
initialize_interface(10, 10)
|