10 lines
246 B
Python
10 lines
246 B
Python
# Copyright (c) 2020, Jingrow Technologies Pvt. Ltd. and Contributors
|
|
# For license information, please see license.txt
|
|
|
|
|
|
from jingrow.core.pagetype.file.file import create_new_folder
|
|
|
|
|
|
def execute():
|
|
create_new_folder("Backup Uploads", "Home")
|