This commit is contained in:
Zvonimir Sabljic
2023-09-02 17:33:02 +02:00
parent 9967df02e8
commit 8e3fecfb33

View File

@@ -18,6 +18,7 @@ from helpers.cli import execute_command
class Developer(Agent):
def __init__(self, project):
super().__init__('full_stack_developer', project)
self.run_command = None
def start_coding(self):
self.project.current_step = 'coding'