commenting out non-implemented processes

This commit is contained in:
Joao Moura
2023-11-05 23:47:44 -03:00
parent 57ecd52ba5
commit f412c69b00

View File

@@ -5,5 +5,5 @@ class Process(str, Enum):
Class representing the different processes that can be used to tackle tasks
"""
sequential = 'sequential'
consensual = 'consensual'
hierarchical = 'hierarchical'
# TODO: consensual = 'consensual'
# TODO: hierarchical = 'hierarchical'