Delete parameter.py

This commit is contained in:
Anupam Kumar 2020-11-06 17:12:44 +05:30 committed by GitHub
parent c7f8204997
commit a739554b7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +0,0 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2020, Frappe Technologies Pvt. Ltd. and contributors
# For license information, please see license.txt
from __future__ import unicode_literals
# import frappe
from frappe.model.document import Document
class Parameter(Document):
pass