Machine_learning_2023/main.py

6 lines
101 B
Python
Raw Normal View History

2023-03-12 01:39:08 +01:00
import pygame
from Interface import initialize_interface
pygame.init()
initialize_interface(10, 10)