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