5 lines
76 B
Python
5 lines
76 B
Python
from __future__ import unicode_literals
|
|
import frappe
|
|
|
|
def execute():
|
|
pass
|