Asciifarm/asciifarm/server/components/item.py

7 lines
57 B
Python

class Item:
def use(self, user):
pass