Skip to content
Snippets Groups Projects
Commit 569cd23c authored by Florian Schröder's avatar Florian Schröder
Browse files

Update counters.py docstrings

parent e8096b9d
No related branches found
No related tags found
1 merge request!30Resolve "Item and Meal extension fish and chips, pizza; general class for cooking counter -> stove, deep fryer, oven on class"
Pipeline #44218 passed
......@@ -465,13 +465,14 @@ class Trashcan(Counter):
class CookingCounter(Counter):
"""Cooking machine. Currently, the stove which can have a pot and pan on top. In the future one class for stove,
deep fryer, and oven.
"""Cooking machine. Class for the stove, deep fryer, and oven.
The character depends on the cooking equipment on top of it:
```yaml
U: Stove with a pot
Q: Stove with a pan
O: Oven with a (pizza) peel
F: DeepFryer with a basket
```
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment