10 lines
138 B
Python
10 lines
138 B
Python
|
# Copyright (c) 2023, Frappe Technologies Pvt. Ltd. and Contributors
|
||
|
# License: MIT. See LICENSE
|
||
|
|
||
|
|
||
|
# import frappe
|
||
|
|
||
|
|
||
|
def execute():
|
||
|
pass
|