Skip to content
Snippets Groups Projects
Commit 0897202b authored by magnus2142's avatar magnus2142
Browse files

changed structure on assignments and attempts commands

parent 7e260fef
No related branches found
No related tags found
No related merge requests found
......@@ -151,6 +151,8 @@ def assignments(ctx):
assignments.add_command(get_assignments)
assignments.add_command(create_assignment)
assignments.add_command(grade_assignment)
assignments.add_command(submit_attempt)
@assignments.group()
......@@ -164,7 +166,6 @@ def attempts(ctx):
attempts.add_command(get_attempts)
attempts.add_command(get_attempt)
attempts.add_command(submit_attempt)
attempts.add_command(submit_draft)
attempts.add_command(update_attempt)
......
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