#!/usr/bin/env python3

from gitlabform.gitlabform import GitLabForm

if __name__ == '__main__':
    GitLabForm().main()
