thiiiiings
This commit is contained in:
5
displays/PlayerDisplay.py
Normal file
5
displays/PlayerDisplay.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from displays.Display import Display
|
||||
|
||||
class PlayerDisplay(Display):
|
||||
def __init__(self, name):
|
||||
super(name)
|
||||
Reference in New Issue
Block a user