This commit is contained in:
jeffy-g
2017-04-03 01:50:26 +09:00
parent c560d17bdd
commit 4d8c3eadbc
4 changed files with 9 additions and 16 deletions

View File

@@ -73,7 +73,7 @@ class Ship(ItemAttrShortcut, HandledItem):
@property
def name(self):
# NOTE: add name property
# NOTE: add name property
return self.__item.name
@property