5 lines
94 B
Python
5 lines
94 B
Python
import frappe
|
|
|
|
def execute():
|
|
frappe.get_all("LMS Course", fields=["name", "instructor"])
|