Skip to content

Commit

Permalink
[PhysicalBody] Added Supporter type in pycrap.
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelrhmanBassiouny committed Dec 16, 2024
1 parent 898a42c commit 3277e0c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/pycrap/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,13 @@ class Cereal(Food):
"""


class Floor(PhysicalObject):
class Supporter(PhysicalObject):
"""
An object that supports another object.
"""


class Floor(Supporter):
"""
The lower surface of a room.
"""
Expand Down

0 comments on commit 3277e0c

Please sign in to comment.