thiiiiings
This commit is contained in:
9
displays/Display.py
Normal file
9
displays/Display.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from networking.Networking import Networking
|
||||
|
||||
|
||||
class Display:
|
||||
def __init__(self, name):
|
||||
self.name = name
|
||||
|
||||
def printScore(self, score):
|
||||
Networking().write(self.name, score)
|
||||
Reference in New Issue
Block a user