#!python

from gitlabform.gitlabform import GitLabForm

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