Files
PyGame-Snake/startscreen/startscreen.py

5 lines
70 B
Python

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