Skip to content

Commit

Permalink
Update Inventory.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Coffee-fueled-deadlines committed Sep 3, 2024
1 parent c7673e7 commit 6fa5130
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions PyDnD/Inventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ def __init__(self, max_size=10):
self.items = []
self.max_size = max_size

def test_method(self):
print("This method exists to test github actions")

def add_item(self, item, quantity=1):
"""
Adds a specified quantity of an item to the inventory if there is space.
Expand Down

0 comments on commit 6fa5130

Please sign in to comment.