Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/gui/Player.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/Player.py')
-rw-r--r--src/gui/Player.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gui/Player.py b/src/gui/Player.py
deleted file mode 100644
index 051b2a7..0000000
--- a/src/gui/Player.py
+++ /dev/null
@@ -1,9 +0,0 @@
-
-class Player:
- name = None
-
- def __init__(self, name):
- self.name = name
-
- def getName(self):
- return self.name \ No newline at end of file