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