Added class kelner

This commit is contained in:
s481862 2024-04-03 22:24:13 +02:00
parent ed001b91d4
commit 69c8a9a136
1 changed files with 7 additions and 0 deletions

7
classes/kelner.py Normal file
View File

@ -0,0 +1,7 @@
import pygame
import prefs
class Kelner:
def __init__ (self, imie, nazwisko,numer_pracowniczy):
self.imie = imie
self.nazwisko = nazwisko
self.numer_pracowniczy = numer_pracowniczy