Skip to content
Snippets Groups Projects

Resolve "File, dir renaming"

Merged Florian Schröder requested to merge 71-file-dir-renaming-2 into main
Files
8
@@ -54,8 +54,8 @@ layout_chars:
orders:
order_gen_class: !!python/name:cooperative_cuisine.order.RandomOrderGeneration ''
# the class to that receives the kwargs. Should be a child class of OrderGeneration in order.py
order_gen_class: !!python/name:cooperative_cuisine.orders.RandomOrderGeneration ''
# the class to that receives the kwargs. Should be a child class of OrderGeneration in orders.py
order_gen_kwargs:
order_duration_random_func:
# how long should the orders be alive
Loading