diff --git a/src/abgabesystem/commands.py b/src/abgabesystem/commands.py index 1a999b0..550772a 100644 --- a/src/abgabesystem/commands.py +++ b/src/abgabesystem/commands.py @@ -1,4 +1,5 @@ from .students import Student, create_user, get_students +from .projects import create_tag, setup_course from gitlab.exceptions import GitlabCreateError, GitlabGetError