Files
PyGame-Snake/screens/startscreen.py
2025-03-22 10:47:56 +01:00

5 lines
70 B
Python

import pygame
class StartScreen:
def __init__(self):
pass