7 lines
147 B
Python
7 lines
147 B
Python
from .options import SoftwareService
|
|
|
|
|
|
class DokuwikiService(SoftwareService):
|
|
verbose_name = "Dowkuwiki"
|
|
icon = 'saas/icons/Dokuwiki.png'
|