コード例 #1
0
ファイル: prototypes.py プロジェクト: Redneck-prm/the-tale
 def item_3(self):
     from the_tale.collections.storage import items_storage
     return items_storage.get(self.item_3_id)
コード例 #2
0
 def item_3(self):
     from the_tale.collections.storage import items_storage
     return items_storage.get(self.item_3_id)