5 lines
52 B
Python
5 lines
52 B
Python
from frappe import _
|
|
|
|
def get_data():
|
|
return []
|
from frappe import _
|
|
|
|
def get_data():
|
|
return []
|