7 lines
140 B
Python
7 lines
140 B
Python
from .options import SoftwareService
|
|
|
|
|
|
class GitLabService(SoftwareService):
|
|
verbose_name = "GitLab"
|
|
icon = 'saas/icons/gitlab.png'
|