feat: Initialize App

This commit is contained in:
frappe
2023-11-06 10:26:12 +01:00
commit 9ba7d5df88
17 changed files with 294 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
from frappe import _
def get_data():
return [
{
"module_name": "Fleet Management",
"type": "module",
"label": _("Fleet Management")
}
]