modified some Python files

This commit is contained in:
2026-01-26 08:28:04 +01:00
parent 35824666ce
commit 6e14cb65c3
18 changed files with 921 additions and 34 deletions

View File

@@ -1,5 +1,5 @@
from .serializable import Serializable
from .item import Item
from serializable import Serializable
from item import Item
class Inventory(Serializable):
def __init__(self, max_capacity:float = 50.0):