mirror of
https://github.com/itsdave-de/msp_remoteadmin.git
synced 2025-06-28 21:24:05 +02:00
11 lines
150 B
Python
11 lines
150 B
Python
from frappe import _
|
|
|
|
def get_data():
|
|
return [
|
|
{
|
|
"module_name": "MSP Remoteadmin",
|
|
"type": "module",
|
|
"label": _("MSP Remoteadmin")
|
|
}
|
|
]
|