adventure-game #3

Open
Kenwood wants to merge 80 commits from adventure-game into master
1 changed files with 6 additions and 0 deletions
Showing only changes of commit 66279c3bec - Show all commits

View File

@ -0,0 +1,6 @@
class ItemAlreadyTaken(Exception):
pass
class ItemRequired(Exception):
pass