7 lines
157 B
Python
7 lines
157 B
Python
|
from .options import SoftwareService
|
||
|
|
||
|
|
||
|
class DokuWikiService(SoftwareService):
|
||
|
verbose_name = "Dowkuwiki"
|
||
|
icon = 'orchestra/icons/apps/Dokuwiki.png'
|